Uses of Class
software.amazon.awssdk.services.backup.paginators.ListBackupPlanTemplatesIterable
-
Packages that use ListBackupPlanTemplatesIterable Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of ListBackupPlanTemplatesIterable in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListBackupPlanTemplatesIterable Modifier and Type Method Description default ListBackupPlanTemplatesIterableBackupClient. listBackupPlanTemplatesPaginator()Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.default ListBackupPlanTemplatesIterableBackupClient. 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 ListBackupPlanTemplatesIterableBackupClient. listBackupPlanTemplatesPaginator(ListBackupPlanTemplatesRequest listBackupPlanTemplatesRequest)Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
-