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