| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelLegalHoldResult> |
AWSBackupAsyncClient.cancelLegalHoldAsync(CancelLegalHoldRequest request,
AsyncHandler<CancelLegalHoldRequest,CancelLegalHoldResult> asyncHandler) |
Future<CancelLegalHoldResult> |
AWSBackupAsync.cancelLegalHoldAsync(CancelLegalHoldRequest cancelLegalHoldRequest,
AsyncHandler<CancelLegalHoldRequest,CancelLegalHoldResult> asyncHandler)
This action removes the specified legal hold on a recovery point.
|
Future<CancelLegalHoldResult> |
AbstractAWSBackupAsync.cancelLegalHoldAsync(CancelLegalHoldRequest request,
AsyncHandler<CancelLegalHoldRequest,CancelLegalHoldResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelLegalHoldRequest |
CancelLegalHoldRequest.clone() |
CancelLegalHoldRequest |
CancelLegalHoldRequest.withCancelDescription(String cancelDescription)
String describing the reason for removing the legal hold.
|
CancelLegalHoldRequest |
CancelLegalHoldRequest.withLegalHoldId(String legalHoldId)
Legal hold ID required to remove the specified legal hold on a recovery point.
|
CancelLegalHoldRequest |
CancelLegalHoldRequest.withRetainRecordInDays(Long retainRecordInDays)
The integer amount in days specifying amount of days after this API operation to remove legal hold.
|
Copyright © 2022. All rights reserved.