Uses of Class
software.amazon.awssdk.services.backup.model.ListBackupPlanTemplatesResponse
-
Packages that use ListBackupPlanTemplatesResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListBackupPlanTemplatesResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListBackupPlanTemplatesResponse Modifier and Type Method Description default ListBackupPlanTemplatesResponseBackupClient. listBackupPlanTemplates()Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.default ListBackupPlanTemplatesResponseBackupClient. 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 ListBackupPlanTemplatesResponseBackupClient. listBackupPlanTemplates(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListBackupPlanTemplatesResponse Modifier and Type Method 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. -
Uses of ListBackupPlanTemplatesResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListBackupPlanTemplatesResponse Modifier and Type Method Description Iterator<ListBackupPlanTemplatesResponse>ListBackupPlanTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListBackupPlanTemplatesResponse Modifier and Type Method Description voidListBackupPlanTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBackupPlanTemplatesResponse> subscriber)
-