| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlanTemplatesResult |
AWSBackupClient.listBackupPlanTemplates(ListBackupPlanTemplatesRequest request)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
ListBackupPlanTemplatesResult |
AbstractAWSBackup.listBackupPlanTemplates(ListBackupPlanTemplatesRequest request) |
ListBackupPlanTemplatesResult |
AWSBackup.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 |
|---|---|
Future<ListBackupPlanTemplatesResult> |
AWSBackupAsyncClient.listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest request,
AsyncHandler<ListBackupPlanTemplatesRequest,ListBackupPlanTemplatesResult> asyncHandler) |
Future<ListBackupPlanTemplatesResult> |
AWSBackupAsync.listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest,
AsyncHandler<ListBackupPlanTemplatesRequest,ListBackupPlanTemplatesResult> asyncHandler)
Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and
deletion dates.
|
Future<ListBackupPlanTemplatesResult> |
AbstractAWSBackupAsync.listBackupPlanTemplatesAsync(ListBackupPlanTemplatesRequest request,
AsyncHandler<ListBackupPlanTemplatesRequest,ListBackupPlanTemplatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlanTemplatesResult |
ListBackupPlanTemplatesResult.clone() |
ListBackupPlanTemplatesResult |
ListBackupPlanTemplatesResult.withBackupPlanTemplatesList(BackupPlanTemplatesListMember... backupPlanTemplatesList)
An array of template list items containing metadata about your saved templates.
|
ListBackupPlanTemplatesResult |
ListBackupPlanTemplatesResult.withBackupPlanTemplatesList(Collection<BackupPlanTemplatesListMember> backupPlanTemplatesList)
An array of template list items containing metadata about your saved templates.
|
ListBackupPlanTemplatesResult |
ListBackupPlanTemplatesResult.withNextToken(String nextToken)
The next item following a partial list of returned items.
|
Copyright © 2023. All rights reserved.