| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBackupPlanResponse |
BackupClient.getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)
Returns
BackupPlan details for the specified BackupPlanId. |
default GetBackupPlanResponse |
BackupClient.getBackupPlan(GetBackupPlanRequest getBackupPlanRequest)
Returns
BackupPlan details for the specified BackupPlanId. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBackupPlanResponse> |
BackupAsyncClient.getBackupPlan(Consumer<GetBackupPlanRequest.Builder> getBackupPlanRequest)
Returns
BackupPlan details for the specified BackupPlanId. |
default CompletableFuture<GetBackupPlanResponse> |
BackupAsyncClient.getBackupPlan(GetBackupPlanRequest getBackupPlanRequest)
Returns
BackupPlan details for the specified BackupPlanId. |
Copyright © 2023. All rights reserved.