| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
AWS S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutStorageLensConfigurationResponse> |
S3ControlAsyncClient.putStorageLensConfiguration(Consumer<PutStorageLensConfigurationRequest.Builder> putStorageLensConfigurationRequest)
Puts an Amazon S3 Storage Lens configuration.
|
default PutStorageLensConfigurationResponse |
S3ControlClient.putStorageLensConfiguration(Consumer<PutStorageLensConfigurationRequest.Builder> putStorageLensConfigurationRequest)
Puts an Amazon S3 Storage Lens configuration.
|
| Modifier and Type | Method and Description |
|---|---|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.accountId(String accountId)
The account ID of the requester.
|
static PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.builder() |
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.configId(String configId)
The ID of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.storageLensConfiguration(Consumer<StorageLensConfiguration.Builder> storageLensConfiguration)
The S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.storageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.Builder.tags(Consumer<StorageLensTag.Builder>... 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.
|
PutStorageLensConfigurationRequest.Builder |
PutStorageLensConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutStorageLensConfigurationRequest.Builder> |
PutStorageLensConfigurationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.