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.
|
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.
|
Copyright © 2020. All rights reserved.