| 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 |
|---|---|
GetReportResult |
AbstractAWSArtifact.getReport(GetReportRequest request) |
GetReportResult |
AWSArtifact.getReport(GetReportRequest getReportRequest)
Get the content for a single report.
|
GetReportResult |
AWSArtifactClient.getReport(GetReportRequest request)
Get the content for a single report.
|
Future<GetReportResult> |
AbstractAWSArtifactAsync.getReportAsync(GetReportRequest request) |
Future<GetReportResult> |
AWSArtifactAsync.getReportAsync(GetReportRequest getReportRequest)
Get the content for a single report.
|
Future<GetReportResult> |
AWSArtifactAsyncClient.getReportAsync(GetReportRequest request) |
Future<GetReportResult> |
AbstractAWSArtifactAsync.getReportAsync(GetReportRequest request,
AsyncHandler<GetReportRequest,GetReportResult> asyncHandler) |
Future<GetReportResult> |
AWSArtifactAsync.getReportAsync(GetReportRequest getReportRequest,
AsyncHandler<GetReportRequest,GetReportResult> asyncHandler)
Get the content for a single report.
|
Future<GetReportResult> |
AWSArtifactAsyncClient.getReportAsync(GetReportRequest request,
AsyncHandler<GetReportRequest,GetReportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetReportResult> |
AbstractAWSArtifactAsync.getReportAsync(GetReportRequest request,
AsyncHandler<GetReportRequest,GetReportResult> asyncHandler) |
Future<GetReportResult> |
AWSArtifactAsync.getReportAsync(GetReportRequest getReportRequest,
AsyncHandler<GetReportRequest,GetReportResult> asyncHandler)
Get the content for a single report.
|
Future<GetReportResult> |
AWSArtifactAsyncClient.getReportAsync(GetReportRequest request,
AsyncHandler<GetReportRequest,GetReportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetReportRequest |
GetReportRequest.clone() |
GetReportRequest |
GetReportRequest.withReportId(String reportId)
Unique resource ID for the report resource.
|
GetReportRequest |
GetReportRequest.withReportVersion(Long reportVersion)
Version for the report resource.
|
GetReportRequest |
GetReportRequest.withTermToken(String termToken)
Unique download token provided by GetTermForReport API.
|
Copyright © 2024. All rights reserved.