| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3Tag |
LifecycleRuleFilter.tag()
Returns the value of the Tag property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3Tag> |
S3CopyObjectOperation.newObjectTagging()
|
List<S3Tag> |
PutJobTaggingRequest.tags()
The set of tags to associate with the S3 Batch Operations job.
|
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> |
GetBucketTaggingResponse.tagSet()
The tags set of the Outposts bucket.
|
List<S3Tag> |
Tagging.tagSet()
A collection for a set of tags.
|
List<S3Tag> |
S3SetObjectTaggingOperation.tagSet()
|
| Modifier and Type | Method and Description |
|---|---|
S3CopyObjectOperation.Builder |
S3CopyObjectOperation.Builder.newObjectTagging(S3Tag... newObjectTagging)
|
LifecycleRuleFilter.Builder |
LifecycleRuleFilter.Builder.tag(S3Tag tag)
Sets the value of the Tag property for this object.
|
PutJobTaggingRequest.Builder |
PutJobTaggingRequest.Builder.tags(S3Tag... tags)
The set of tags to associate with the S3 Batch Operations job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(S3Tag... tags)
A set of tags to associate with the S3 Batch Operations job.
|
GetJobTaggingResponse.Builder |
GetJobTaggingResponse.Builder.tags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
|
LifecycleRuleAndOperator.Builder |
LifecycleRuleAndOperator.Builder.tags(S3Tag... tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
GetBucketTaggingResponse.Builder |
GetBucketTaggingResponse.Builder.tagSet(S3Tag... tagSet)
The tags set of the Outposts bucket.
|
Tagging.Builder |
Tagging.Builder.tagSet(S3Tag... tagSet)
A collection for a set of tags.
|
S3SetObjectTaggingOperation.Builder |
S3SetObjectTaggingOperation.Builder.tagSet(S3Tag... tagSet)
|
| Modifier and Type | Method and Description |
|---|---|
S3CopyObjectOperation.Builder |
S3CopyObjectOperation.Builder.newObjectTagging(Collection<S3Tag> newObjectTagging)
|
PutJobTaggingRequest.Builder |
PutJobTaggingRequest.Builder.tags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.tags(Collection<S3Tag> tags)
A set of tags to associate with the S3 Batch Operations job.
|
GetJobTaggingResponse.Builder |
GetJobTaggingResponse.Builder.tags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
LifecycleRuleAndOperator.Builder |
LifecycleRuleAndOperator.Builder.tags(Collection<S3Tag> tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
GetBucketTaggingResponse.Builder |
GetBucketTaggingResponse.Builder.tagSet(Collection<S3Tag> tagSet)
The tags set of the Outposts bucket.
|
Tagging.Builder |
Tagging.Builder.tagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
S3SetObjectTaggingOperation.Builder |
S3SetObjectTaggingOperation.Builder.tagSet(Collection<S3Tag> tagSet)
|
Copyright © 2022. All rights reserved.