Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
static ObjectLockLegalHoldStatus |
ObjectLockLegalHoldStatus.fromString(String objectLockLegalHoldStatusString) |
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 |
---|---|
void |
AbstractPutObjectRequest.setObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
The Legal Hold status that you want to apply to the specified object.
|
void |
InitiateMultipartUploadRequest.setObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
The Legal Hold status that you want to apply to the specified object.
|
void |
CopyObjectRequest.setObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Specifies whether you want to apply a Legal Hold to the copied object.
|
void |
WriteGetObjectResponseRequest.setObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Set whether an object stored in Amazon S3 has an active legal hold.
|
void |
ObjectLockLegalHold.setStatus(ObjectLockLegalHoldStatus status)
Indicates whether the specified object has a Legal Hold in place.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
The Legal Hold status that you want to apply to the specified object.
|
CopyObjectRequest |
CopyObjectRequest.withObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Specifies whether you want to apply a Legal Hold to the copied object.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
Set whether an object stored in Amazon S3 has an active legal hold.
|
<T extends PutObjectRequest> |
AbstractPutObjectRequest.withObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
The Legal Hold status that you want to apply to the specified object.
|
ObjectLockLegalHold |
ObjectLockLegalHold.withStatus(ObjectLockLegalHoldStatus status)
Indicates whether the specified object has a Legal Hold in place.
|
Copyright © 2024. All rights reserved.