Uses of Class
software.amazon.awssdk.services.backup.model.ListBackupPlansResponse
-
Packages that use ListBackupPlansResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListBackupPlansResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListBackupPlansResponse Modifier and Type Method Description default ListBackupPlansResponseBackupClient. listBackupPlans()Lists the active backup plans for the account.default ListBackupPlansResponseBackupClient. listBackupPlans(Consumer<ListBackupPlansRequest.Builder> listBackupPlansRequest)Lists the active backup plans for the account.default ListBackupPlansResponseBackupClient. listBackupPlans(ListBackupPlansRequest listBackupPlansRequest)Lists the active backup plans for the account.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListBackupPlansResponse Modifier and Type Method Description default CompletableFuture<ListBackupPlansResponse>BackupAsyncClient. listBackupPlans()Lists the active backup plans for the account.default CompletableFuture<ListBackupPlansResponse>BackupAsyncClient. listBackupPlans(Consumer<ListBackupPlansRequest.Builder> listBackupPlansRequest)Lists the active backup plans for the account.default CompletableFuture<ListBackupPlansResponse>BackupAsyncClient. listBackupPlans(ListBackupPlansRequest listBackupPlansRequest)Lists the active backup plans for the account. -
Uses of ListBackupPlansResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListBackupPlansResponse Modifier and Type Method Description Iterator<ListBackupPlansResponse>ListBackupPlansIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListBackupPlansResponse Modifier and Type Method Description voidListBackupPlansPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBackupPlansResponse> subscriber)
-