| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutStorageLensConfigurationResult> |
AWSS3ControlAsyncClient.putStorageLensConfigurationAsync(PutStorageLensConfigurationRequest request,
AsyncHandler<PutStorageLensConfigurationRequest,PutStorageLensConfigurationResult> asyncHandler) |
Future<PutStorageLensConfigurationResult> |
AWSS3ControlAsync.putStorageLensConfigurationAsync(PutStorageLensConfigurationRequest putStorageLensConfigurationRequest,
AsyncHandler<PutStorageLensConfigurationRequest,PutStorageLensConfigurationResult> asyncHandler)
|
Future<PutStorageLensConfigurationResult> |
AbstractAWSS3ControlAsync.putStorageLensConfigurationAsync(PutStorageLensConfigurationRequest request,
AsyncHandler<PutStorageLensConfigurationRequest,PutStorageLensConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutStorageLensConfigurationRequest |
PutStorageLensConfigurationRequest.clone() |
PutStorageLensConfigurationRequest |
PutStorageLensConfigurationRequest.withAccountId(String accountId)
The account ID of the requester.
|
PutStorageLensConfigurationRequest |
PutStorageLensConfigurationRequest.withConfigId(String configId)
The ID of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest |
PutStorageLensConfigurationRequest.withStorageLensConfiguration(StorageLensConfiguration storageLensConfiguration)
The S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest |
PutStorageLensConfigurationRequest.withTags(Collection<StorageLensTag> tags)
The tag set of the S3 Storage Lens configuration.
|
PutStorageLensConfigurationRequest |
PutStorageLensConfigurationRequest.withTags(StorageLensTag... tags)
The tag set of the S3 Storage Lens configuration.
|
Copyright © 2024. All rights reserved.