| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBackupSelectionResponse |
BackupClient.getBackupSelection(Consumer<GetBackupSelectionRequest.Builder> getBackupSelectionRequest)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
default GetBackupSelectionResponse |
BackupClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBackupSelectionResponse> |
BackupAsyncClient.getBackupSelection(Consumer<GetBackupSelectionRequest.Builder> getBackupSelectionRequest)
Returns selection metadata and a document in JSON format that specifies a list of resources that are associated
with a backup plan.
|
default CompletableFuture<GetBackupSelectionResponse> |
BackupAsyncClient.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.
|
Copyright © 2023. All rights reserved.