Uses of Class
software.amazon.awssdk.services.ec2.model.DisableAllowedImagesSettingsResponse
-
Packages that use DisableAllowedImagesSettingsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DisableAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableAllowedImagesSettingsResponse Modifier and Type Method Description default DisableAllowedImagesSettingsResponseEc2Client. disableAllowedImagesSettings(Consumer<DisableAllowedImagesSettingsRequest.Builder> disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region.default DisableAllowedImagesSettingsResponseEc2Client. disableAllowedImagesSettings(DisableAllowedImagesSettingsRequest disableAllowedImagesSettingsRequest)Disables 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 DisableAllowedImagesSettingsResponse Modifier and Type Method Description default CompletableFuture<DisableAllowedImagesSettingsResponse>Ec2AsyncClient. disableAllowedImagesSettings(Consumer<DisableAllowedImagesSettingsRequest.Builder> disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region.default CompletableFuture<DisableAllowedImagesSettingsResponse>Ec2AsyncClient. disableAllowedImagesSettings(DisableAllowedImagesSettingsRequest disableAllowedImagesSettingsRequest)Disables Allowed AMIs for your account in the specified Amazon Web Services Region.
-