Uses of Class
software.amazon.awssdk.services.backup.model.ListReportPlansResponse
-
Packages that use ListReportPlansResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListReportPlansResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListReportPlansResponse Modifier and Type Method Description default ListReportPlansResponseBackupClient. listReportPlans(Consumer<ListReportPlansRequest.Builder> listReportPlansRequest)Returns a list of your report plans.default ListReportPlansResponseBackupClient. listReportPlans(ListReportPlansRequest listReportPlansRequest)Returns a list of your report plans.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListReportPlansResponse Modifier and Type Method Description default CompletableFuture<ListReportPlansResponse>BackupAsyncClient. listReportPlans(Consumer<ListReportPlansRequest.Builder> listReportPlansRequest)Returns a list of your report plans.default CompletableFuture<ListReportPlansResponse>BackupAsyncClient. listReportPlans(ListReportPlansRequest listReportPlansRequest)Returns a list of your report plans. -
Uses of ListReportPlansResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListReportPlansResponse Modifier and Type Method Description Iterator<ListReportPlansResponse>ListReportPlansIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListReportPlansResponse Modifier and Type Method Description voidListReportPlansPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReportPlansResponse> subscriber)
-