| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
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 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 ListBackupPlanTemplatesPublisher |
BackupAsyncClient.listBackupPlanTemplatesPaginator(Consumer<ListBackupPlanTemplatesRequest.Builder> listBackupPlanTemplatesRequest)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
default ListBackupPlanTemplatesIterable |
BackupClient.listBackupPlanTemplatesPaginator(Consumer<ListBackupPlanTemplatesRequest.Builder> 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 |
|---|---|
static ListBackupPlanTemplatesRequest.Builder |
ListBackupPlanTemplatesRequest.builder() |
ListBackupPlanTemplatesRequest.Builder |
ListBackupPlanTemplatesRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupPlanTemplatesRequest.Builder |
ListBackupPlanTemplatesRequest.Builder.nextToken(String nextToken)
The next item following a partial list of returned items.
|
ListBackupPlanTemplatesRequest.Builder |
ListBackupPlanTemplatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackupPlanTemplatesRequest.Builder |
ListBackupPlanTemplatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBackupPlanTemplatesRequest.Builder |
ListBackupPlanTemplatesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBackupPlanTemplatesRequest.Builder> |
ListBackupPlanTemplatesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.