| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValuePair> |
S3Bucket.tags()
The tags that are associated with the bucket.
|
List<KeyValuePair> |
S3Object.tags()
The tags that are associated with the object.
|
List<KeyValuePair> |
BucketMetadata.tags()
An array that specifies the tags (keys and values) that are associated with the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
S3Bucket.Builder.tags(KeyValuePair... tags)
The tags that are associated with the bucket.
|
S3Object.Builder |
S3Object.Builder.tags(KeyValuePair... tags)
The tags that are associated with the object.
|
BucketMetadata.Builder |
BucketMetadata.Builder.tags(KeyValuePair... tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
S3Bucket.Builder.tags(Collection<KeyValuePair> tags)
The tags that are associated with the bucket.
|
S3Object.Builder |
S3Object.Builder.tags(Collection<KeyValuePair> tags)
The tags that are associated with the object.
|
BucketMetadata.Builder |
BucketMetadata.Builder.tags(Collection<KeyValuePair> tags)
An array that specifies the tags (keys and values) that are associated with the bucket.
|
Copyright © 2021. All rights reserved.