| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
KeyValuePair |
KeyValuePair.clone() |
KeyValuePair |
KeyValuePair.withKey(String key)
One part of a key-value pair that comprises a tag.
|
KeyValuePair |
KeyValuePair.withValue(String value)
One part of a key-value pair that comprises a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyValuePair> |
BucketMetadata.getTags()
An array that specifies the tags (keys and values) that are associated with the bucket.
|
List<KeyValuePair> |
S3Bucket.getTags()
The tags that are associated with the bucket.
|
List<KeyValuePair> |
S3Object.getTags()
The tags that are associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
BucketMetadata |
BucketMetadata.withTags(KeyValuePair... tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
S3Bucket |
S3Bucket.withTags(KeyValuePair... tags)
The tags that are associated with the bucket.
|
S3Object |
S3Object.withTags(KeyValuePair... tags)
The tags that are associated with the object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketMetadata.setTags(Collection<KeyValuePair> tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
void |
S3Bucket.setTags(Collection<KeyValuePair> tags)
The tags that are associated with the bucket.
|
void |
S3Object.setTags(Collection<KeyValuePair> tags)
The tags that are associated with the object.
|
BucketMetadata |
BucketMetadata.withTags(Collection<KeyValuePair> tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
S3Bucket |
S3Bucket.withTags(Collection<KeyValuePair> tags)
The tags that are associated with the bucket.
|
S3Object |
S3Object.withTags(Collection<KeyValuePair> tags)
The tags that are associated with the object.
|
Copyright © 2022. All rights reserved.