Uses of Class
software.amazon.awssdk.services.ec2.model.ReplaceImageCriteriaInAllowedImagesSettingsResponse
Packages that use ReplaceImageCriteriaInAllowedImagesSettingsResponse
-
Uses of ReplaceImageCriteriaInAllowedImagesSettingsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ReplaceImageCriteriaInAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2Client.replaceImageCriteriaInAllowedImagesSettings(Consumer<ReplaceImageCriteriaInAllowedImagesSettingsRequest.Builder> replaceImageCriteriaInAllowedImagesSettingsRequest) Sets or replaces the criteria for Allowed AMIs.Ec2Client.replaceImageCriteriaInAllowedImagesSettings(ReplaceImageCriteriaInAllowedImagesSettingsRequest replaceImageCriteriaInAllowedImagesSettingsRequest) Sets or replaces the criteria for Allowed AMIs.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ReplaceImageCriteriaInAllowedImagesSettingsResponseModifier and TypeMethodDescriptionEc2AsyncClient.replaceImageCriteriaInAllowedImagesSettings(Consumer<ReplaceImageCriteriaInAllowedImagesSettingsRequest.Builder> replaceImageCriteriaInAllowedImagesSettingsRequest) Sets or replaces the criteria for Allowed AMIs.Ec2AsyncClient.replaceImageCriteriaInAllowedImagesSettings(ReplaceImageCriteriaInAllowedImagesSettingsRequest replaceImageCriteriaInAllowedImagesSettingsRequest) Sets or replaces the criteria for Allowed AMIs.