Package | Description |
---|---|
software.amazon.awssdk.services.s3.model |
Modifier and Type | Method and Description |
---|---|
static ObjectLockLegalHoldStatus |
ObjectLockLegalHoldStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObjectLockLegalHoldStatus |
HeadObjectResponse.objectLockLegalHoldStatus()
Specifies whether a legal hold is in effect for this object.
|
ObjectLockLegalHoldStatus |
CopyObjectRequest.objectLockLegalHoldStatus()
Specifies whether you want to apply a legal hold to the copied object.
|
ObjectLockLegalHoldStatus |
CreateMultipartUploadRequest.objectLockLegalHoldStatus()
Specifies whether you want to apply a legal hold to the uploaded object.
|
ObjectLockLegalHoldStatus |
WriteGetObjectResponseRequest.objectLockLegalHoldStatus()
Indicates whether an object stored in Amazon S3 has an active legal hold.
|
ObjectLockLegalHoldStatus |
PutObjectRequest.objectLockLegalHoldStatus()
Specifies whether a legal hold will be applied to this object.
|
ObjectLockLegalHoldStatus |
GetObjectResponse.objectLockLegalHoldStatus()
Indicates whether this object has an active legal hold.
|
ObjectLockLegalHoldStatus |
ObjectLockLegalHold.status()
Indicates whether the specified object has a legal hold in place.
|
static ObjectLockLegalHoldStatus |
ObjectLockLegalHoldStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectLockLegalHoldStatus[] |
ObjectLockLegalHoldStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<ObjectLockLegalHoldStatus> |
ObjectLockLegalHoldStatus.knownValues()
|
Modifier and Type | Method and Description |
---|---|
HeadObjectResponse.Builder |
HeadObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Specifies whether a legal hold is in effect for this object.
|
CopyObjectRequest.Builder |
CopyObjectRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Specifies whether you want to apply a legal hold to the copied object.
|
CreateMultipartUploadRequest.Builder |
CreateMultipartUploadRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Specifies whether you want to apply a legal hold to the uploaded object.
|
WriteGetObjectResponseRequest.Builder |
WriteGetObjectResponseRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Indicates whether an object stored in Amazon S3 has an active legal hold.
|
PutObjectRequest.Builder |
PutObjectRequest.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Specifies whether a legal hold will be applied to this object.
|
GetObjectResponse.Builder |
GetObjectResponse.Builder.objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Indicates whether this object has an active legal hold.
|
ObjectLockLegalHold.Builder |
ObjectLockLegalHold.Builder.status(ObjectLockLegalHoldStatus status)
Indicates whether the specified object has a legal hold in place.
|
Copyright © 2022. All rights reserved.