| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLegalHoldResult> |
AbstractAWSBackupAsync.createLegalHoldAsync(CreateLegalHoldRequest request,
AsyncHandler<CreateLegalHoldRequest,CreateLegalHoldResult> asyncHandler) |
Future<CreateLegalHoldResult> |
AWSBackupAsyncClient.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).
|
| Modifier and Type | Method and Description |
|---|---|
CreateLegalHoldRequest |
CreateLegalHoldRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLegalHoldRequest |
CreateLegalHoldRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLegalHoldRequest |
CreateLegalHoldRequest.clone() |
CreateLegalHoldRequest |
CreateLegalHoldRequest.withDescription(String description)
This is the string description of the legal hold.
|
CreateLegalHoldRequest |
CreateLegalHoldRequest.withIdempotencyToken(String idempotencyToken)
This is a user-chosen string used to distinguish between otherwise identical calls.
|
CreateLegalHoldRequest |
CreateLegalHoldRequest.withRecoveryPointSelection(RecoveryPointSelection recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
CreateLegalHoldRequest |
CreateLegalHoldRequest.withTags(Map<String,String> tags)
Optional tags to include.
|
CreateLegalHoldRequest |
CreateLegalHoldRequest.withTitle(String title)
This is the string title of the legal hold.
|
Copyright © 2024. All rights reserved.