Uses of Class
software.amazon.awssdk.services.artifact.model.ListReportsRequest
-
Packages that use ListReportsRequest 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 software.amazon.awssdk.services.artifact.transform -
-
Uses of ListReportsRequest in software.amazon.awssdk.services.artifact
Methods in software.amazon.awssdk.services.artifact with parameters of type ListReportsRequest Modifier and Type Method Description default CompletableFuture<ListReportsResponse>ArtifactAsyncClient. listReports(ListReportsRequest listReportsRequest)List available reports.default ListReportsResponseArtifactClient. listReports(ListReportsRequest listReportsRequest)List available reports.default ListReportsPublisherArtifactAsyncClient. listReportsPaginator(ListReportsRequest listReportsRequest)This is a variant ofArtifactAsyncClient.listReports(software.amazon.awssdk.services.artifact.model.ListReportsRequest)operation.default ListReportsIterableArtifactClient. listReportsPaginator(ListReportsRequest listReportsRequest)This is a variant ofArtifactClient.listReports(software.amazon.awssdk.services.artifact.model.ListReportsRequest)operation. -
Uses of ListReportsRequest in software.amazon.awssdk.services.artifact.paginators
Constructors in software.amazon.awssdk.services.artifact.paginators with parameters of type ListReportsRequest Constructor Description ListReportsIterable(ArtifactClient client, ListReportsRequest firstRequest)ListReportsPublisher(ArtifactAsyncClient client, ListReportsRequest firstRequest) -
Uses of ListReportsRequest in software.amazon.awssdk.services.artifact.transform
Methods in software.amazon.awssdk.services.artifact.transform with parameters of type ListReportsRequest Modifier and Type Method Description SdkHttpFullRequestListReportsRequestMarshaller. marshall(ListReportsRequest listReportsRequest)
-