Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
default GetObjectLockConfigurationResponse |
S3Client.getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)
Gets the Object Lock configuration for a bucket.
|
default CompletableFuture<GetObjectLockConfigurationResponse> |
S3AsyncClient.getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)
Gets the Object Lock configuration for a bucket.
|
Modifier and Type | Method and Description |
---|---|
GetObjectLockConfigurationRequest.Builder |
GetObjectLockConfigurationRequest.Builder.bucket(String bucket)
The bucket whose Object Lock configuration you want to retrieve.
|
static GetObjectLockConfigurationRequest.Builder |
GetObjectLockConfigurationRequest.builder() |
GetObjectLockConfigurationRequest.Builder |
GetObjectLockConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetObjectLockConfigurationRequest.Builder |
GetObjectLockConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetObjectLockConfigurationRequest.Builder |
GetObjectLockConfigurationRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetObjectLockConfigurationRequest.Builder> |
GetObjectLockConfigurationRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.