Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectLockLegalHold.Builder |
ObjectLockLegalHold.builder() |
ObjectLockLegalHold.Builder |
ObjectLockLegalHold.Builder.status(ObjectLockLegalHoldStatus status)
Indicates whether the specified object has a Legal Hold in place.
|
ObjectLockLegalHold.Builder |
ObjectLockLegalHold.Builder.status(String status)
Indicates whether the specified object has a Legal Hold in place.
|
ObjectLockLegalHold.Builder |
ObjectLockLegalHold.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ObjectLockLegalHold.Builder> |
ObjectLockLegalHold.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default GetObjectLegalHoldResponse.Builder |
GetObjectLegalHoldResponse.Builder.legalHold(Consumer<ObjectLockLegalHold.Builder> legalHold)
The current Legal Hold status for the specified object.
|
default PutObjectLegalHoldRequest.Builder |
PutObjectLegalHoldRequest.Builder.legalHold(Consumer<ObjectLockLegalHold.Builder> legalHold)
Container element for the Legal Hold configuration you want to apply to the specified object.
|
Copyright © 2019. All rights reserved.