Uses of Class
software.amazon.awssdk.services.backup.model.GetBackupPlanResponse
-
Packages that use GetBackupPlanResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of GetBackupPlanResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return GetBackupPlanResponse Modifier and Type Method Description default GetBackupPlanResponseBackupClient. getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)ReturnsBackupPlandetails for the specifiedBackupPlanId.default GetBackupPlanResponseBackupClient. getBackupPlan(GetBackupPlanRequest getBackupPlanRequest)ReturnsBackupPlandetails for the specifiedBackupPlanId.Methods in software.amazon.awssdk.services.backup that return types with arguments of type GetBackupPlanResponse Modifier and Type Method Description default CompletableFuture<GetBackupPlanResponse>BackupAsyncClient. getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)ReturnsBackupPlandetails for the specifiedBackupPlanId.default CompletableFuture<GetBackupPlanResponse>BackupAsyncClient. getBackupPlan(GetBackupPlanRequest getBackupPlanRequest)ReturnsBackupPlandetails for the specifiedBackupPlanId.
-