Package | Description |
---|---|
software.amazon.awssdk.services.s3 |
|
Modifier and Type | Method and Description |
---|---|
default GetObjectLockConfigurationResponse |
S3Client.getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)
Gets the object lock configuration for a bucket.
|
default GetObjectLockConfigurationResponse |
S3Client.getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)
Gets the object lock configuration for a bucket.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetObjectLockConfigurationResponse> |
S3AsyncClient.getObjectLockConfiguration(Consumer<GetObjectLockConfigurationRequest.Builder> getObjectLockConfigurationRequest)
Gets the object lock configuration for a bucket.
|
default CompletableFuture<GetObjectLockConfigurationResponse> |
S3AsyncClient.getObjectLockConfiguration(GetObjectLockConfigurationRequest getObjectLockConfigurationRequest)
Gets the object lock configuration for a bucket.
|
Copyright © 2019. All rights reserved.