Uses of Class
software.amazon.awssdk.services.backup.model.GetBackupSelectionResponse
-
Packages that use GetBackupSelectionResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetBackupSelectionResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetBackupSelectionResponse Modifier and Type Method Description default GetBackupSelectionResponseBackupClient. 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 GetBackupSelectionResponseBackupClient. 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.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetBackupSelectionResponse Modifier and Type Method 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.
-