Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.GetExecutionResponse
-
Packages that use GetExecutionResponse 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 GetExecutionResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return GetExecutionResponse Modifier and Type Method Description default GetExecutionResponseBcmDataExportsClient. getExecution(Consumer<GetExecutionRequest.Builder> getExecutionRequest)Exports data based on the source data update.default GetExecutionResponseBcmDataExportsClient. getExecution(GetExecutionRequest getExecutionRequest)Exports data based on the source data update.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type GetExecutionResponse Modifier and Type Method Description default CompletableFuture<GetExecutionResponse>BcmDataExportsAsyncClient. getExecution(Consumer<GetExecutionRequest.Builder> getExecutionRequest)Exports data based on the source data update.default CompletableFuture<GetExecutionResponse>BcmDataExportsAsyncClient. getExecution(GetExecutionRequest getExecutionRequest)Exports data based on the source data update.
-