| Package | Description |
|---|---|
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| com.amazonaws.services.s3.model.analytics | |
| com.amazonaws.services.s3.model.lifecycle | |
| com.amazonaws.services.s3.model.metrics | |
| com.amazonaws.services.s3.model.replication |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.withKey(String key)
Set the tag key.
|
Tag |
Tag.withValue(String value)
Set the tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ObjectTagging.getTagSet() |
List<Tag> |
GetObjectTaggingResult.getTagSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectTagging.setTagSet(List<Tag> tagSet)
Set the tag set for the object.
|
void |
GetObjectTaggingResult.setTagSet(List<Tag> tagSet)
Set the tag set.
|
GetObjectTaggingResult |
GetObjectTaggingResult.withTagSet(List<Tag> tagSet)
Set the tag set.
|
| Constructor and Description |
|---|
GetObjectTaggingResult(List<Tag> tagSet)
Constructs an instance of this object.
|
ObjectTagging(List<Tag> tagSet)
Constructs an instance of this object.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
AnalyticsTagPredicate.getTag() |
| Constructor and Description |
|---|
AnalyticsTagPredicate(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
LifecycleTagPredicate.getTag() |
| Constructor and Description |
|---|
LifecycleTagPredicate(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
MetricsTagPredicate.getTag() |
| Constructor and Description |
|---|
MetricsTagPredicate(Tag tag) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
ReplicationTagPredicate.getTag() |
| Constructor and Description |
|---|
ReplicationTagPredicate(Tag tag) |
Copyright © 2020. All rights reserved.