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