Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
ObjectLockLegalHold |
GetObjectLegalHoldResult.getLegalHold()
The current Legal Hold status for the specified object.
|
ObjectLockLegalHold |
SetObjectLegalHoldRequest.getLegalHold()
Container element for the Legal Hold configuration you want to apply to the specified object.
|
ObjectLockLegalHold |
ObjectLockLegalHold.withStatus(ObjectLockLegalHoldStatus status)
Indicates whether the specified object has a Legal Hold in place.
|
ObjectLockLegalHold |
ObjectLockLegalHold.withStatus(String status)
Indicates whether the specified object has a Legal Hold in place.
|
Modifier and Type | Method and Description |
---|---|
void |
GetObjectLegalHoldResult.setLegalHold(ObjectLockLegalHold legalHold)
The current Legal Hold status for the specified object.
|
void |
SetObjectLegalHoldRequest.setLegalHold(ObjectLockLegalHold legalHold)
Container element for the Legal Hold configuration you want to apply to the specified object.
|
GetObjectLegalHoldResult |
GetObjectLegalHoldResult.withLegalHold(ObjectLockLegalHold legalHold)
The current Legal Hold status for the specified object.
|
SetObjectLegalHoldRequest |
SetObjectLegalHoldRequest.withLegalHold(ObjectLockLegalHold legalHold)
Container element for the Legal Hold configuration you want to apply to the specified object.
|
Copyright © 2024. All rights reserved.