Uses of Class
software.amazon.awssdk.services.ec2.model.EnableAllowedImagesSettingsResponse
-
Packages that use EnableAllowedImagesSettingsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of EnableAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableAllowedImagesSettingsResponse Modifier and Type Method Description default EnableAllowedImagesSettingsResponseEc2Client. enableAllowedImagesSettings(Consumer<EnableAllowedImagesSettingsRequest.Builder> enableAllowedImagesSettingsRequest)Enables Allowed AMIs for your account in the specified Amazon Web Services Region.default EnableAllowedImagesSettingsResponseEc2Client. enableAllowedImagesSettings(EnableAllowedImagesSettingsRequest enableAllowedImagesSettingsRequest)Enables Allowed AMIs for your account in the specified Amazon Web Services Region.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableAllowedImagesSettingsResponse Modifier and Type Method Description default CompletableFuture<EnableAllowedImagesSettingsResponse>Ec2AsyncClient. enableAllowedImagesSettings(Consumer<EnableAllowedImagesSettingsRequest.Builder> enableAllowedImagesSettingsRequest)Enables Allowed AMIs for your account in the specified Amazon Web Services Region.default CompletableFuture<EnableAllowedImagesSettingsResponse>Ec2AsyncClient. enableAllowedImagesSettings(EnableAllowedImagesSettingsRequest enableAllowedImagesSettingsRequest)Enables Allowed AMIs for your account in the specified Amazon Web Services Region.
-