Uses of Class
software.amazon.awssdk.services.s3control.model.S3Tag
-
Packages that use S3Tag Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3Tag in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3Tag Modifier and Type Method Description S3TagLifecycleRuleFilter. tag()Returns the value of the Tag property for this object.S3TagReplicationRuleFilter. tag()Returns the value of the Tag property for this object.Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3Tag Modifier and Type Method Description List<S3Tag>S3CopyObjectOperation. newObjectTagging()List<S3Tag>CreateJobRequest. tags()A set of tags to associate with the S3 Batch Operations job.List<S3Tag>GetJobTaggingResponse. tags()The set of tags associated with the S3 Batch Operations job.List<S3Tag>LifecycleRuleAndOperator. tags()All of these tags must exist in the object's tag set in order for the rule to apply.List<S3Tag>PutJobTaggingRequest. tags()The set of tags to associate with the S3 Batch Operations job.List<S3Tag>ReplicationRuleAndOperator. tags()An array of tags that contain key and value pairs.List<S3Tag>GetBucketTaggingResponse. tagSet()The tags set of the Outposts bucket.List<S3Tag>S3SetObjectTaggingOperation. tagSet()List<S3Tag>Tagging. tagSet()A collection for a set of tags.Methods in software.amazon.awssdk.services.s3control.model with parameters of type S3Tag Modifier and Type Method Description S3CopyObjectOperation.BuilderS3CopyObjectOperation.Builder. newObjectTagging(S3Tag... newObjectTagging)LifecycleRuleFilter.BuilderLifecycleRuleFilter.Builder. tag(S3Tag tag)Sets the value of the Tag property for this object.ReplicationRuleFilter.BuilderReplicationRuleFilter.Builder. tag(S3Tag tag)Sets the value of the Tag property for this object.CreateJobRequest.BuilderCreateJobRequest.Builder. tags(S3Tag... tags)A set of tags to associate with the S3 Batch Operations job.GetJobTaggingResponse.BuilderGetJobTaggingResponse.Builder. tags(S3Tag... tags)The set of tags associated with the S3 Batch Operations job.LifecycleRuleAndOperator.BuilderLifecycleRuleAndOperator.Builder. tags(S3Tag... tags)All of these tags must exist in the object's tag set in order for the rule to apply.PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. tags(S3Tag... tags)The set of tags to associate with the S3 Batch Operations job.ReplicationRuleAndOperator.BuilderReplicationRuleAndOperator.Builder. tags(S3Tag... tags)An array of tags that contain key and value pairs.GetBucketTaggingResponse.BuilderGetBucketTaggingResponse.Builder. tagSet(S3Tag... tagSet)The tags set of the Outposts bucket.S3SetObjectTaggingOperation.BuilderS3SetObjectTaggingOperation.Builder. tagSet(S3Tag... tagSet)Tagging.BuilderTagging.Builder. tagSet(S3Tag... tagSet)A collection for a set of tags.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type S3Tag Modifier and Type Method Description S3CopyObjectOperation.BuilderS3CopyObjectOperation.Builder. newObjectTagging(Collection<S3Tag> newObjectTagging)CreateJobRequest.BuilderCreateJobRequest.Builder. tags(Collection<S3Tag> tags)A set of tags to associate with the S3 Batch Operations job.GetJobTaggingResponse.BuilderGetJobTaggingResponse.Builder. tags(Collection<S3Tag> tags)The set of tags associated with the S3 Batch Operations job.LifecycleRuleAndOperator.BuilderLifecycleRuleAndOperator.Builder. tags(Collection<S3Tag> tags)All of these tags must exist in the object's tag set in order for the rule to apply.PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. tags(Collection<S3Tag> tags)The set of tags to associate with the S3 Batch Operations job.ReplicationRuleAndOperator.BuilderReplicationRuleAndOperator.Builder. tags(Collection<S3Tag> tags)An array of tags that contain key and value pairs.GetBucketTaggingResponse.BuilderGetBucketTaggingResponse.Builder. tagSet(Collection<S3Tag> tagSet)The tags set of the Outposts bucket.S3SetObjectTaggingOperation.BuilderS3SetObjectTaggingOperation.Builder. tagSet(Collection<S3Tag> tagSet)Tagging.BuilderTagging.Builder. tagSet(Collection<S3Tag> tagSet)A collection for a set of tags.
-