| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
GetBackupSelectionResult |
AbstractAWSBackup.getBackupSelection(GetBackupSelectionRequest request) |
GetBackupSelectionResult |
AWSBackup.getBackupSelection(GetBackupSelectionRequest getBackupSelectionRequest)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
GetBackupSelectionResult |
AWSBackupClient.getBackupSelection(GetBackupSelectionRequest request)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetBackupSelectionResult> |
AWSBackupAsync.getBackupSelectionAsync(GetBackupSelectionRequest getBackupSelectionRequest,
AsyncHandler<GetBackupSelectionRequest,GetBackupSelectionResult> asyncHandler)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
Future<GetBackupSelectionResult> |
AbstractAWSBackupAsync.getBackupSelectionAsync(GetBackupSelectionRequest request,
AsyncHandler<GetBackupSelectionRequest,GetBackupSelectionResult> asyncHandler) |
Future<GetBackupSelectionResult> |
AWSBackupAsyncClient.getBackupSelectionAsync(GetBackupSelectionRequest request,
AsyncHandler<GetBackupSelectionRequest,GetBackupSelectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBackupSelectionResult |
GetBackupSelectionResult.clone() |
GetBackupSelectionResult |
GetBackupSelectionResult.withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
GetBackupSelectionResult |
GetBackupSelectionResult.withBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
GetBackupSelectionResult |
GetBackupSelectionResult.withCreationDate(Date creationDate)
The date and time a backup selection is created, in Unix format and Coordinated Universal Time (UTC).
|
GetBackupSelectionResult |
GetBackupSelectionResult.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
executing the operation twice.
|
GetBackupSelectionResult |
GetBackupSelectionResult.withSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
Copyright © 2019. All rights reserved.