| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
List<StorageLensTag> |
PutStorageLensConfigurationTaggingRequest.tags()
The tag set of the S3 Storage Lens configuration.
|
List<StorageLensTag> |
PutStorageLensConfigurationRequest.tags()
The tag set of the S3 Storage Lens configuration.
|
List<StorageLensTag> |
GetStorageLensConfigurationTaggingResponse.tags()
The tags of S3 Storage Lens configuration requested.
|
| Modifier and Type | Method and Description |
|---|---|
PutStorageLensConfigurationTaggingRequest.Builder |
PutStorageLensConfigurationTaggingRequest.Builder.tags(StorageLensTag... tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(StorageLensTag... tags)
The tag set of the S3 Storage Lens configuration.
|
GetStorageLensConfigurationTaggingResponse.Builder |
GetStorageLensConfigurationTaggingResponse.Builder.tags(StorageLensTag... tags)
The tags of S3 Storage Lens configuration requested.
|
| Modifier and Type | Method and Description |
|---|---|
PutStorageLensConfigurationTaggingRequest.Builder |
PutStorageLensConfigurationTaggingRequest.Builder.tags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
GetStorageLensConfigurationTaggingResponse.Builder |
GetStorageLensConfigurationTaggingResponse.Builder.tags(Collection<StorageLensTag> tags)
The tags of S3 Storage Lens configuration requested.
|
Copyright © 2022. All rights reserved.