| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports |
You can use the Data Exports API to create customized exports from multiple Amazon Web Services cost management and
billing datasets, such as cost and usage data and cost optimization recommendations.
|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListExecutionsResult> |
AbstractAWSBCMDataExportsAsync.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
Future<ListExecutionsResult> |
AWSBCMDataExportsAsync.listExecutionsAsync(ListExecutionsRequest listExecutionsRequest,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler)
Lists the historical executions for the export.
|
Future<ListExecutionsResult> |
AWSBCMDataExportsAsyncClient.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest |
ListExecutionsRequest.clone() |
ListExecutionsRequest |
ListExecutionsRequest.withExportArn(String exportArn)
The Amazon Resource Name (ARN) for this export.
|
ListExecutionsRequest |
ListExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
|
ListExecutionsRequest |
ListExecutionsRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
Copyright © 2024. All rights reserved.