Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.GetExecutionRequest.Builder
-
Packages that use GetExecutionRequest.Builder 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.software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of GetExecutionRequest.Builder in software.amazon.awssdk.services.bcmdataexports
Method parameters in software.amazon.awssdk.services.bcmdataexports with type arguments of type GetExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetExecutionResponse>BcmDataExportsAsyncClient. getExecution(Consumer<GetExecutionRequest.Builder> getExecutionRequest)Exports data based on the source data update.default GetExecutionResponseBcmDataExportsClient. getExecution(Consumer<GetExecutionRequest.Builder> getExecutionRequest)Exports data based on the source data update. -
Uses of GetExecutionRequest.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return GetExecutionRequest.Builder Modifier and Type Method Description static GetExecutionRequest.BuilderGetExecutionRequest. builder()GetExecutionRequest.BuilderGetExecutionRequest.Builder. executionId(String executionId)The ID for this specific execution.GetExecutionRequest.BuilderGetExecutionRequest.Builder. exportArn(String exportArn)The Amazon Resource Name (ARN) of the Export object that generated this specific execution.GetExecutionRequest.BuilderGetExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetExecutionRequest.BuilderGetExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetExecutionRequest.BuilderGetExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type GetExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetExecutionRequest.Builder>GetExecutionRequest. serializableBuilderClass()
-