Uses of Class
software.amazon.awssdk.services.ec2.model.S3ObjectTag
Packages that use S3ObjectTag
-
Uses of S3ObjectTag in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type S3ObjectTagModifier and TypeMethodDescriptionfinal List<S3ObjectTag>CreateStoreImageTaskRequest.s3ObjectTags()The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.Methods in software.amazon.awssdk.services.ec2.model with parameters of type S3ObjectTagModifier and TypeMethodDescriptionCreateStoreImageTaskRequest.Builder.s3ObjectTags(S3ObjectTag... s3ObjectTags) The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type S3ObjectTagModifier and TypeMethodDescriptionCreateStoreImageTaskRequest.Builder.s3ObjectTags(Collection<S3ObjectTag> s3ObjectTags) The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.