| Package | Description |
|---|---|
| com.amazonaws.services.artifact |
This reference provides descriptions of the low-level AWS Artifact Service API.
|
| com.amazonaws.services.artifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetReportMetadataResult> |
AbstractAWSArtifactAsync.getReportMetadataAsync(GetReportMetadataRequest request,
AsyncHandler<GetReportMetadataRequest,GetReportMetadataResult> asyncHandler) |
Future<GetReportMetadataResult> |
AWSArtifactAsync.getReportMetadataAsync(GetReportMetadataRequest getReportMetadataRequest,
AsyncHandler<GetReportMetadataRequest,GetReportMetadataResult> asyncHandler)
Get the metadata for a single report.
|
Future<GetReportMetadataResult> |
AWSArtifactAsyncClient.getReportMetadataAsync(GetReportMetadataRequest request,
AsyncHandler<GetReportMetadataRequest,GetReportMetadataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetReportMetadataRequest |
GetReportMetadataRequest.clone() |
GetReportMetadataRequest |
GetReportMetadataRequest.withReportId(String reportId)
Unique resource ID for the report resource.
|
GetReportMetadataRequest |
GetReportMetadataRequest.withReportVersion(Long reportVersion)
Version for the report resource.
|
Copyright © 2024. All rights reserved.