| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default PutObjectLockConfigurationResponse |
S3Client.putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder> putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
default PutObjectLockConfigurationResponse |
S3Client.putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutObjectLockConfigurationResponse> |
S3AsyncClient.putObjectLockConfiguration(Consumer<PutObjectLockConfigurationRequest.Builder> putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
default CompletableFuture<PutObjectLockConfigurationResponse> |
S3AsyncClient.putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PutObjectLockConfigurationResponse> |
DelegatingS3AsyncClient.putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
Copyright © 2022. All rights reserved.