| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetLegalHoldResult |
AWSBackupClient.getLegalHold(GetLegalHoldRequest request)
This action returns details for a specified legal hold.
|
GetLegalHoldResult |
AbstractAWSBackup.getLegalHold(GetLegalHoldRequest request) |
GetLegalHoldResult |
AWSBackup.getLegalHold(GetLegalHoldRequest getLegalHoldRequest)
This action returns details for a specified legal hold.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLegalHoldResult> |
AWSBackupAsyncClient.getLegalHoldAsync(GetLegalHoldRequest request,
AsyncHandler<GetLegalHoldRequest,GetLegalHoldResult> asyncHandler) |
Future<GetLegalHoldResult> |
AbstractAWSBackupAsync.getLegalHoldAsync(GetLegalHoldRequest request,
AsyncHandler<GetLegalHoldRequest,GetLegalHoldResult> asyncHandler) |
Future<GetLegalHoldResult> |
AWSBackupAsync.getLegalHoldAsync(GetLegalHoldRequest getLegalHoldRequest,
AsyncHandler<GetLegalHoldRequest,GetLegalHoldResult> asyncHandler)
This action returns details for a specified legal hold.
|
| Modifier and Type | Method and Description |
|---|---|
GetLegalHoldResult |
GetLegalHoldResult.clone() |
GetLegalHoldResult |
GetLegalHoldResult.withCancelDescription(String cancelDescription)
String describing the reason for removing the legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withCancellationDate(Date cancellationDate)
Time in number when legal hold was cancelled.
|
GetLegalHoldResult |
GetLegalHoldResult.withCreationDate(Date creationDate)
Time in number format when legal hold was created.
|
GetLegalHoldResult |
GetLegalHoldResult.withDescription(String description)
This is the returned string description of the legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withLegalHoldArn(String legalHoldArn)
This is the returned framework ARN for the specified legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withLegalHoldId(String legalHoldId)
This is the returned ID associated with a specified legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withRecoveryPointSelection(RecoveryPointSelection recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
GetLegalHoldResult |
GetLegalHoldResult.withRetainRecordUntil(Date retainRecordUntil)
This is the date and time until which the legal hold record will be retained.
|
GetLegalHoldResult |
GetLegalHoldResult.withStatus(LegalHoldStatus status)
This is the status of the legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withStatus(String status)
This is the status of the legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withTitle(String title)
This is the string title of the legal hold.
|
Copyright © 2023. All rights reserved.