| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators | |
| software.amazon.awssdk.services.backup.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBackupPlanTemplatesResponse> |
BackupAsyncClient.listBackupPlanTemplates(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
default ListBackupPlanTemplatesResponse |
BackupClient.listBackupPlanTemplates(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
default ListBackupPlanTemplatesPublisher |
BackupAsyncClient.listBackupPlanTemplatesPaginator(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
default ListBackupPlanTemplatesIterable |
BackupClient.listBackupPlanTemplatesPaginator(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
| Constructor and Description |
|---|
ListBackupPlanTemplatesIterable(BackupClient client,
ListBackupPlanTemplatesRequest firstRequest) |
ListBackupPlanTemplatesPublisher(BackupAsyncClient client,
ListBackupPlanTemplatesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListBackupPlanTemplatesRequestMarshaller.marshall(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest) |
Copyright © 2023. All rights reserved.