Uses of Class
software.amazon.awssdk.services.artifact.model.ListReportsResponse
-
Packages that use ListReportsResponse Package Description software.amazon.awssdk.services.artifact This reference provides descriptions of the low-level AWS Artifact Service API.software.amazon.awssdk.services.artifact.paginators -
-
Uses of ListReportsResponse in software.amazon.awssdk.services.artifact
Methods in software.amazon.awssdk.services.artifact that return ListReportsResponse Modifier and Type Method Description default ListReportsResponseArtifactClient. listReports(Consumer<ListReportsRequest.Builder> listReportsRequest)List available reports.default ListReportsResponseArtifactClient. listReports(ListReportsRequest listReportsRequest)List available reports.Methods in software.amazon.awssdk.services.artifact that return types with arguments of type ListReportsResponse Modifier and Type Method Description default CompletableFuture<ListReportsResponse>ArtifactAsyncClient. listReports(Consumer<ListReportsRequest.Builder> listReportsRequest)List available reports.default CompletableFuture<ListReportsResponse>ArtifactAsyncClient. listReports(ListReportsRequest listReportsRequest)List available reports. -
Uses of ListReportsResponse in software.amazon.awssdk.services.artifact.paginators
Methods in software.amazon.awssdk.services.artifact.paginators that return types with arguments of type ListReportsResponse Modifier and Type Method Description Iterator<ListReportsResponse>ListReportsIterable. iterator()Method parameters in software.amazon.awssdk.services.artifact.paginators with type arguments of type ListReportsResponse Modifier and Type Method Description voidListReportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReportsResponse> subscriber)
-