Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.CreateExportResponse
-
Packages that use CreateExportResponse Package Description software.amazon.awssdk.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. -
-
Uses of CreateExportResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return CreateExportResponse Modifier and Type Method Description default CreateExportResponseBcmDataExportsClient. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.default CreateExportResponseBcmDataExportsClient. createExport(CreateExportRequest createExportRequest)Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type CreateExportResponse Modifier and Type Method Description default CompletableFuture<CreateExportResponse>BcmDataExportsAsyncClient. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.default CompletableFuture<CreateExportResponse>BcmDataExportsAsyncClient. createExport(CreateExportRequest createExportRequest)Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.
-