Uses of Class
software.amazon.awssdk.services.backup.model.BackupPlansListMember
-
Packages that use BackupPlansListMember Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of BackupPlansListMember in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type BackupPlansListMember Modifier and Type Method Description List<BackupPlansListMember>ListBackupPlansResponse. backupPlansList()An array of backup plan list items containing metadata about your saved backup plans.List<BackupPlansListMember>ListBackupPlanVersionsResponse. backupPlanVersionsList()An array of version list items containing metadata about your backup plans.Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupPlansListMember Modifier and Type Method Description ListBackupPlansResponse.BuilderListBackupPlansResponse.Builder. backupPlansList(BackupPlansListMember... backupPlansList)An array of backup plan list items containing metadata about your saved backup plans.ListBackupPlanVersionsResponse.BuilderListBackupPlanVersionsResponse.Builder. backupPlanVersionsList(BackupPlansListMember... backupPlanVersionsList)An array of version list items containing metadata about your backup plans.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type BackupPlansListMember Modifier and Type Method Description ListBackupPlansResponse.BuilderListBackupPlansResponse.Builder. backupPlansList(Collection<BackupPlansListMember> backupPlansList)An array of backup plan list items containing metadata about your saved backup plans.ListBackupPlanVersionsResponse.BuilderListBackupPlanVersionsResponse.Builder. backupPlanVersionsList(Collection<BackupPlansListMember> backupPlanVersionsList)An array of version list items containing metadata about your backup plans. -
Uses of BackupPlansListMember in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type BackupPlansListMember Modifier and Type Method Description SdkIterable<BackupPlansListMember>ListBackupPlansIterable. backupPlansList()Returns an iterable to iterate through the paginatedListBackupPlansResponse.backupPlansList()member.SdkPublisher<BackupPlansListMember>ListBackupPlansPublisher. backupPlansList()Returns a publisher that can be used to get a stream of data.SdkIterable<BackupPlansListMember>ListBackupPlanVersionsIterable. backupPlanVersionsList()Returns an iterable to iterate through the paginatedListBackupPlanVersionsResponse.backupPlanVersionsList()member.SdkPublisher<BackupPlansListMember>ListBackupPlanVersionsPublisher. backupPlanVersionsList()Returns a publisher that can be used to get a stream of data.
-