| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLegalHoldResult |
AbstractAWSBackup.createLegalHold(CreateLegalHoldRequest request) |
CreateLegalHoldResult |
AWSBackupClient.createLegalHold(CreateLegalHoldRequest request)
This action creates a legal hold on a recovery point (backup).
|
CreateLegalHoldResult |
AWSBackup.createLegalHold(CreateLegalHoldRequest createLegalHoldRequest)
This action creates a legal hold on a recovery point (backup).
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLegalHoldResult> |
AbstractAWSBackupAsync.createLegalHoldAsync(CreateLegalHoldRequest request,
AsyncHandler<CreateLegalHoldRequest,CreateLegalHoldResult> asyncHandler) |
Future<CreateLegalHoldResult> |
AWSBackupAsync.createLegalHoldAsync(CreateLegalHoldRequest createLegalHoldRequest,
AsyncHandler<CreateLegalHoldRequest,CreateLegalHoldResult> asyncHandler)
This action creates a legal hold on a recovery point (backup).
|
Future<CreateLegalHoldResult> |
AWSBackupAsyncClient.createLegalHoldAsync(CreateLegalHoldRequest request,
AsyncHandler<CreateLegalHoldRequest,CreateLegalHoldResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLegalHoldResult |
CreateLegalHoldResult.clone() |
CreateLegalHoldResult |
CreateLegalHoldResult.withCreationDate(Date creationDate)
Time in number format when legal hold was created.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withDescription(String description)
This is the returned string description of the legal hold.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withLegalHoldArn(String legalHoldArn)
This is the ARN (Amazon Resource Number) of the created legal hold.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withLegalHoldId(String legalHoldId)
Legal hold ID returned for the specified legal hold on a recovery point.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withRecoveryPointSelection(RecoveryPointSelection recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withStatus(LegalHoldStatus status)
This displays the status of the legal hold returned after creating the legal hold.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withStatus(String status)
This displays the status of the legal hold returned after creating the legal hold.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withTitle(String title)
This is the string title of the legal hold returned after creating the legal hold.
|
Copyright © 2023. All rights reserved.