| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default PutObjectLegalHoldResponse |
S3Client.putObjectLegalHold(Consumer<PutObjectLegalHoldRequest.Builder> putObjectLegalHoldRequest)
Applies a legal hold configuration to the specified object.
|
default PutObjectLegalHoldResponse |
S3Client.putObjectLegalHold(PutObjectLegalHoldRequest putObjectLegalHoldRequest)
Applies a legal hold configuration to the specified object.
|
PutObjectLegalHoldResponse |
DelegatingS3Client.putObjectLegalHold(PutObjectLegalHoldRequest putObjectLegalHoldRequest)
Applies a legal hold configuration to the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutObjectLegalHoldResponse> |
S3AsyncClient.putObjectLegalHold(Consumer<PutObjectLegalHoldRequest.Builder> putObjectLegalHoldRequest)
Applies a legal hold configuration to the specified object.
|
default CompletableFuture<PutObjectLegalHoldResponse> |
S3AsyncClient.putObjectLegalHold(PutObjectLegalHoldRequest putObjectLegalHoldRequest)
Applies a legal hold configuration to the specified object.
|
CompletableFuture<PutObjectLegalHoldResponse> |
DelegatingS3AsyncClient.putObjectLegalHold(PutObjectLegalHoldRequest putObjectLegalHoldRequest)
Applies a legal hold configuration to the specified object.
|
Copyright © 2023. All rights reserved.