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()Lists the backup plan templates.default ListBackupPlanTemplatesResponseBackupClient. listBackupPlanTemplates(Consumer<ListBackupPlanTemplatesRequest.Builder> listBackupPlanTemplatesRequest)Lists the backup plan templates.default ListBackupPlanTemplatesResponseBackupClient. listBackupPlanTemplates(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Lists the backup plan templates.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()Lists the backup plan templates.default CompletableFuture<ListBackupPlanTemplatesResponse>BackupAsyncClient. listBackupPlanTemplates(Consumer<ListBackupPlanTemplatesRequest.Builder> listBackupPlanTemplatesRequest)Lists the backup plan templates.default CompletableFuture<ListBackupPlanTemplatesResponse>BackupAsyncClient. listBackupPlanTemplates(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Lists the backup plan templates. -
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)
-