Uses of Class
software.amazon.awssdk.services.ec2.model.ImageCriterion
-
Packages that use ImageCriterion Package Description software.amazon.awssdk.services.ec2.model -
-
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 ImageCriterion Modifier and Type Method Description 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 ImageCriterion Modifier and Type Method Description GetAllowedImagesSettingsResponse.BuilderGetAllowedImagesSettingsResponse.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 ImageCriterion Modifier and Type Method Description GetAllowedImagesSettingsResponse.BuilderGetAllowedImagesSettingsResponse.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.
-