| 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 |
|---|---|
CreateExportResult |
AbstractAWSBCMDataExports.createExport(CreateExportRequest request) |
CreateExportResult |
AWSBCMDataExportsClient.createExport(CreateExportRequest request)
Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
|
CreateExportResult |
AWSBCMDataExports.createExport(CreateExportRequest createExportRequest)
Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
|
Future<CreateExportResult> |
AbstractAWSBCMDataExportsAsync.createExportAsync(CreateExportRequest request) |
Future<CreateExportResult> |
AWSBCMDataExportsAsync.createExportAsync(CreateExportRequest createExportRequest)
Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
|
Future<CreateExportResult> |
AWSBCMDataExportsAsyncClient.createExportAsync(CreateExportRequest request) |
Future<CreateExportResult> |
AbstractAWSBCMDataExportsAsync.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
Future<CreateExportResult> |
AWSBCMDataExportsAsync.createExportAsync(CreateExportRequest createExportRequest,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler)
Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
|
Future<CreateExportResult> |
AWSBCMDataExportsAsyncClient.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateExportResult> |
AbstractAWSBCMDataExportsAsync.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
Future<CreateExportResult> |
AWSBCMDataExportsAsync.createExportAsync(CreateExportRequest createExportRequest,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler)
Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
|
Future<CreateExportResult> |
AWSBCMDataExportsAsyncClient.createExportAsync(CreateExportRequest request,
AsyncHandler<CreateExportRequest,CreateExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateExportRequest |
CreateExportRequest.clone() |
CreateExportRequest |
CreateExportRequest.withExport(Export export)
The details of the export, including data query, name, description, and destination configuration.
|
CreateExportRequest |
CreateExportRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified export.
|
CreateExportRequest |
CreateExportRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified export.
|
Copyright © 2024. All rights reserved.