Uses of Class
software.amazon.awssdk.services.ec2.model.ImageCriterion
Packages that use ImageCriterion
-
Uses of ImageCriterion in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageCriterionModifier and TypeMethodDescriptionfinal List<ImageCriterion>GetAllowedImagesSettingsResponse.imageCriteria()The list of criteria for images that 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 ImageCriterionModifier and TypeMethodDescriptionGetAllowedImagesSettingsResponse.Builder.imageCriteria(ImageCriterion... imageCriteria) The list of criteria for images that 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 ImageCriterionModifier and TypeMethodDescriptionGetAllowedImagesSettingsResponse.Builder.imageCriteria(Collection<ImageCriterion> imageCriteria) The list of criteria for images that are discoverable and usable in the account in the specified Amazon Web Services Region.