| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBackupPlanTemplatesResponse |
BackupClient.listBackupPlanTemplates()
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
default ListBackupPlanTemplatesResponse |
BackupClient.listBackupPlanTemplates(Consumer<ListBackupPlanTemplatesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBackupPlanTemplatesResponse> |
BackupAsyncClient.listBackupPlanTemplates()
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
default CompletableFuture<ListBackupPlanTemplatesResponse> |
BackupAsyncClient.listBackupPlanTemplates(Consumer<ListBackupPlanTemplatesRequest.Builder> listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBackupPlanTemplatesResponse> |
ListBackupPlanTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBackupPlanTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBackupPlanTemplatesResponse> subscriber) |
Copyright © 2023. All rights reserved.