Uses of Class
software.amazon.awssdk.services.artifact.model.GetReportMetadataRequest
-
Packages that use GetReportMetadataRequest 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 GetReportMetadataRequest in software.amazon.awssdk.services.artifact
Methods in software.amazon.awssdk.services.artifact with parameters of type GetReportMetadataRequest Modifier and Type Method Description default CompletableFuture<GetReportMetadataResponse>ArtifactAsyncClient. getReportMetadata(GetReportMetadataRequest getReportMetadataRequest)Get the metadata for a single report.default GetReportMetadataResponseArtifactClient. getReportMetadata(GetReportMetadataRequest getReportMetadataRequest)Get the metadata for a single report. -
Uses of GetReportMetadataRequest in software.amazon.awssdk.services.artifact.transform
Methods in software.amazon.awssdk.services.artifact.transform with parameters of type GetReportMetadataRequest Modifier and Type Method Description SdkHttpFullRequestGetReportMetadataRequestMarshaller. marshall(GetReportMetadataRequest getReportMetadataRequest)
-