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