Uses of Class
software.amazon.awssdk.services.artifact.model.GetReportResponse
-
Packages that use GetReportResponse Package Description software.amazon.awssdk.services.artifact This reference provides descriptions of the low-level AWS Artifact Service API. -
-
Uses of GetReportResponse in software.amazon.awssdk.services.artifact
Methods in software.amazon.awssdk.services.artifact that return GetReportResponse Modifier and Type Method Description default GetReportResponseArtifactClient. getReport(Consumer<GetReportRequest.Builder> getReportRequest)Get the content for a single report.default GetReportResponseArtifactClient. getReport(GetReportRequest getReportRequest)Get the content for a single report.Methods in software.amazon.awssdk.services.artifact that return types with arguments of type GetReportResponse Modifier and Type Method Description default CompletableFuture<GetReportResponse>ArtifactAsyncClient. getReport(Consumer<GetReportRequest.Builder> getReportRequest)Get the content for a single report.default CompletableFuture<GetReportResponse>ArtifactAsyncClient. getReport(GetReportRequest getReportRequest)Get the content for a single report.
-