Uses of Class
software.amazon.awssdk.services.backup.model.ListBackupPlanTemplatesRequest
-
Packages that use ListBackupPlanTemplatesRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators software.amazon.awssdk.services.backup.transform -
-
Uses of ListBackupPlanTemplatesRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type ListBackupPlanTemplatesRequest Modifier and Type Method 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 ListBackupPlanTemplatesResponseBackupClient. listBackupPlanTemplates(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.default ListBackupPlanTemplatesPublisherBackupAsyncClient. listBackupPlanTemplatesPaginator(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.default ListBackupPlanTemplatesIterableBackupClient. listBackupPlanTemplatesPaginator(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates. -
Uses of ListBackupPlanTemplatesRequest in software.amazon.awssdk.services.backup.paginators
Constructors in software.amazon.awssdk.services.backup.paginators with parameters of type ListBackupPlanTemplatesRequest Constructor Description ListBackupPlanTemplatesIterable(BackupClient client, ListBackupPlanTemplatesRequest firstRequest)ListBackupPlanTemplatesPublisher(BackupAsyncClient client, ListBackupPlanTemplatesRequest firstRequest) -
Uses of ListBackupPlanTemplatesRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type ListBackupPlanTemplatesRequest Modifier and Type Method Description SdkHttpFullRequestListBackupPlanTemplatesRequestMarshaller. marshall(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)
-