Uses of Class
software.amazon.awssdk.services.backup.model.BackupPlanTemplatesListMember
-
Packages that use BackupPlanTemplatesListMember Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of BackupPlanTemplatesListMember in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type BackupPlanTemplatesListMember Modifier and Type Method Description List<BackupPlanTemplatesListMember>ListBackupPlanTemplatesResponse. backupPlanTemplatesList()An array of template list items containing metadata about your saved templates.Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupPlanTemplatesListMember Modifier and Type Method Description ListBackupPlanTemplatesResponse.BuilderListBackupPlanTemplatesResponse.Builder. backupPlanTemplatesList(BackupPlanTemplatesListMember... backupPlanTemplatesList)An array of template list items containing metadata about your saved templates.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type BackupPlanTemplatesListMember Modifier and Type Method Description ListBackupPlanTemplatesResponse.BuilderListBackupPlanTemplatesResponse.Builder. backupPlanTemplatesList(Collection<BackupPlanTemplatesListMember> backupPlanTemplatesList)An array of template list items containing metadata about your saved templates. -
Uses of BackupPlanTemplatesListMember in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type BackupPlanTemplatesListMember Modifier and Type Method Description SdkIterable<BackupPlanTemplatesListMember>ListBackupPlanTemplatesIterable. backupPlanTemplatesList()Returns an iterable to iterate through the paginatedListBackupPlanTemplatesResponse.backupPlanTemplatesList()member.SdkPublisher<BackupPlanTemplatesListMember>ListBackupPlanTemplatesPublisher. backupPlanTemplatesList()Returns a publisher that can be used to get a stream of data.
-