Uses of Class
software.amazon.awssdk.services.ec2.model.DisableAllowedImagesSettingsResponse
Packages that use DisableAllowedImagesSettingsResponse
-
Uses of DisableAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2Client.disableAllowedImagesSettings(Consumer<DisableAllowedImagesSettingsRequest.Builder> disableAllowedImagesSettingsRequest) Disables Allowed AMIs for your account in the specified Amazon Web Services Region.Ec2Client.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 DisableAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2AsyncClient.disableAllowedImagesSettings(Consumer<DisableAllowedImagesSettingsRequest.Builder> disableAllowedImagesSettingsRequest) Disables Allowed AMIs for your account in the specified Amazon Web Services Region.Ec2AsyncClient.disableAllowedImagesSettings(DisableAllowedImagesSettingsRequest disableAllowedImagesSettingsRequest) Disables Allowed AMIs for your account in the specified Amazon Web Services Region.