Uses of Class
software.amazon.awssdk.services.ec2.model.ImageCriterionRequest
Packages that use ImageCriterionRequest
-
Uses of ImageCriterionRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageCriterionRequestModifier and TypeMethodDescriptionfinal List<ImageCriterionRequest>ReplaceImageCriteriaInAllowedImagesSettingsRequest.imageCriteria()The list of criteria that are evaluated to determine whether AMIs are discoverable and usable in the account in the specified Amazon Web Services Region.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageCriterionRequestModifier and TypeMethodDescriptionReplaceImageCriteriaInAllowedImagesSettingsRequest.Builder.imageCriteria(ImageCriterionRequest... imageCriteria) The list of criteria that are evaluated to determine whether AMIs are discoverable and usable in the account in the specified Amazon Web Services Region.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageCriterionRequestModifier and TypeMethodDescriptionReplaceImageCriteriaInAllowedImagesSettingsRequest.Builder.imageCriteria(Collection<ImageCriterionRequest> imageCriteria) The list of criteria that are evaluated to determine whether AMIs are discoverable and usable in the account in the specified Amazon Web Services Region.