| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
default GetStorageLensConfigurationResponse |
S3ControlClient.getStorageLensConfiguration(Consumer<GetStorageLensConfigurationRequest.Builder> getStorageLensConfigurationRequest)
Gets the Amazon S3 Storage Lens configuration.
|
default CompletableFuture<GetStorageLensConfigurationResponse> |
S3ControlAsyncClient.getStorageLensConfiguration(Consumer<GetStorageLensConfigurationRequest.Builder> getStorageLensConfigurationRequest)
Gets the Amazon S3 Storage Lens configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetStorageLensConfigurationRequest.Builder |
GetStorageLensConfigurationRequest.Builder.accountId(String accountId)
The account ID of the requester.
|
static GetStorageLensConfigurationRequest.Builder |
GetStorageLensConfigurationRequest.builder() |
GetStorageLensConfigurationRequest.Builder |
GetStorageLensConfigurationRequest.Builder.configId(String configId)
The ID of the Amazon S3 Storage Lens configuration.
|
GetStorageLensConfigurationRequest.Builder |
GetStorageLensConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetStorageLensConfigurationRequest.Builder |
GetStorageLensConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetStorageLensConfigurationRequest.Builder |
GetStorageLensConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetStorageLensConfigurationRequest.Builder> |
GetStorageLensConfigurationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.