| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default PutObjectLockConfigurationResponse |
S3Client.putObjectLockConfiguration(PutObjectLockConfigurationRequest 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.
|
CompletableFuture<PutObjectLockConfigurationResponse> |
DelegatingS3AsyncClient.putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
PutObjectLockConfigurationResponse |
DelegatingS3Client.putObjectLockConfiguration(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest)
Places an Object Lock configuration on the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
PutObjectLockConfigurationRequestMarshaller.marshall(PutObjectLockConfigurationRequest putObjectLockConfigurationRequest) |
Copyright © 2023. All rights reserved.