| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
LegalHold |
LegalHold.clone() |
LegalHold |
LegalHold.withCancellationDate(Date cancellationDate)
This is the time in number format when legal hold was cancelled.
|
LegalHold |
LegalHold.withCreationDate(Date creationDate)
This is the time in number format when legal hold was created.
|
LegalHold |
LegalHold.withDescription(String description)
This is the description of a legal hold.
|
LegalHold |
LegalHold.withLegalHoldArn(String legalHoldArn)
This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
LegalHold |
LegalHold.withLegalHoldId(String legalHoldId)
ID of specific legal hold on one or more recovery points.
|
LegalHold |
LegalHold.withStatus(LegalHoldStatus status)
This is the status of the legal hold.
|
LegalHold |
LegalHold.withStatus(String status)
This is the status of the legal hold.
|
LegalHold |
LegalHold.withTitle(String title)
This is the title of a legal hold.
|
| Modifier and Type | Method and Description |
|---|---|
List<LegalHold> |
ListLegalHoldsResult.getLegalHolds()
This is an array of returned legal holds, both active and previous.
|
| Modifier and Type | Method and Description |
|---|---|
ListLegalHoldsResult |
ListLegalHoldsResult.withLegalHolds(LegalHold... legalHolds)
This is an array of returned legal holds, both active and previous.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLegalHoldsResult.setLegalHolds(Collection<LegalHold> legalHolds)
This is an array of returned legal holds, both active and previous.
|
ListLegalHoldsResult |
ListLegalHoldsResult.withLegalHolds(Collection<LegalHold> legalHolds)
This is an array of returned legal holds, both active and previous.
|
Copyright © 2022. All rights reserved.