| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
S3Tag |
S3Tag.clone() |
S3Tag |
LifecycleRuleFilter.getTag() |
S3Tag |
S3Tag.withKey(String key)
Key of the tag
|
S3Tag |
S3Tag.withValue(String value)
Value of the tag
|
| Modifier and Type | Method and Description |
|---|---|
List<S3Tag> |
S3CopyObjectOperation.getNewObjectTagging()
|
List<S3Tag> |
LifecycleRuleAndOperator.getTags()
All of these tags must exist in the object's tag set in order for the rule to apply.
|
List<S3Tag> |
PutJobTaggingRequest.getTags()
The set of tags to associate with the S3 Batch Operations job.
|
List<S3Tag> |
GetJobTaggingResult.getTags()
The set of tags associated with the S3 Batch Operations job.
|
List<S3Tag> |
CreateJobRequest.getTags()
A set of tags to associate with the S3 Batch Operations job.
|
List<S3Tag> |
S3SetObjectTaggingOperation.getTagSet()
|
List<S3Tag> |
Tagging.getTagSet()
A collection for a set of tags.
|
List<S3Tag> |
GetBucketTaggingResult.getTagSet()
The tags set of the Outposts bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleRuleFilter.setTag(S3Tag tag) |
S3CopyObjectOperation |
S3CopyObjectOperation.withNewObjectTagging(S3Tag... newObjectTagging)
|
LifecycleRuleFilter |
LifecycleRuleFilter.withTag(S3Tag tag) |
LifecycleRuleAndOperator |
LifecycleRuleAndOperator.withTags(S3Tag... tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
PutJobTaggingRequest |
PutJobTaggingRequest.withTags(S3Tag... tags)
The set of tags to associate with the S3 Batch Operations job.
|
GetJobTaggingResult |
GetJobTaggingResult.withTags(S3Tag... tags)
The set of tags associated with the S3 Batch Operations job.
|
CreateJobRequest |
CreateJobRequest.withTags(S3Tag... tags)
A set of tags to associate with the S3 Batch Operations job.
|
S3SetObjectTaggingOperation |
S3SetObjectTaggingOperation.withTagSet(S3Tag... tagSet)
|
Tagging |
Tagging.withTagSet(S3Tag... tagSet)
A collection for a set of tags.
|
GetBucketTaggingResult |
GetBucketTaggingResult.withTagSet(S3Tag... tagSet)
The tags set of the Outposts bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3CopyObjectOperation.setNewObjectTagging(Collection<S3Tag> newObjectTagging)
|
void |
LifecycleRuleAndOperator.setTags(Collection<S3Tag> tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
void |
PutJobTaggingRequest.setTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
void |
GetJobTaggingResult.setTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
void |
CreateJobRequest.setTags(Collection<S3Tag> tags)
A set of tags to associate with the S3 Batch Operations job.
|
void |
S3SetObjectTaggingOperation.setTagSet(Collection<S3Tag> tagSet)
|
void |
Tagging.setTagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
void |
GetBucketTaggingResult.setTagSet(Collection<S3Tag> tagSet)
The tags set of the Outposts bucket.
|
S3CopyObjectOperation |
S3CopyObjectOperation.withNewObjectTagging(Collection<S3Tag> newObjectTagging)
|
LifecycleRuleAndOperator |
LifecycleRuleAndOperator.withTags(Collection<S3Tag> tags)
All of these tags must exist in the object's tag set in order for the rule to apply.
|
PutJobTaggingRequest |
PutJobTaggingRequest.withTags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
GetJobTaggingResult |
GetJobTaggingResult.withTags(Collection<S3Tag> tags)
The set of tags associated with the S3 Batch Operations job.
|
CreateJobRequest |
CreateJobRequest.withTags(Collection<S3Tag> tags)
A set of tags to associate with the S3 Batch Operations job.
|
S3SetObjectTaggingOperation |
S3SetObjectTaggingOperation.withTagSet(Collection<S3Tag> tagSet)
|
Tagging |
Tagging.withTagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
GetBucketTaggingResult |
GetBucketTaggingResult.withTagSet(Collection<S3Tag> tagSet)
The tags set of the Outposts bucket.
|
Copyright © 2023. All rights reserved.