Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
LegalHold |
LegalHold.withId(String id)
Sets the id for this
LegalHold and returns this object for method chaining |
LegalHold |
LegalHold.withName(Date date)
Sets the date for this
LegalHold and returns this object for method chaining. |
Modifier and Type | Method and Description |
---|---|
List<LegalHold> |
ListLegalHoldsResult.getLegalHolds()
Gets the list of legal holds for the object.
|
Modifier and Type | Method and Description |
---|---|
void |
ListLegalHoldsResult.setLegalHolds(List<LegalHold> legalHolds)
Sets the list of legal holds for the object.
|
ListLegalHoldsResult |
ListLegalHoldsResult.withLegalHolds(List<LegalHold> legalHolds)
Sets the list of legal holds for the object and returns
ListLegalHoldsResult object for method chaining. |
Copyright © 2024. All rights reserved.