Uses of Interface
software.amazon.awssdk.services.athena.model.GetCalculationExecutionRequest.Builder
-
Packages that use GetCalculationExecutionRequest.Builder Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.model -
-
Uses of GetCalculationExecutionRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type GetCalculationExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCalculationExecutionResponse>AthenaAsyncClient. getCalculationExecution(Consumer<GetCalculationExecutionRequest.Builder> getCalculationExecutionRequest)Describes a previously submitted calculation execution.default GetCalculationExecutionResponseAthenaClient. getCalculationExecution(Consumer<GetCalculationExecutionRequest.Builder> getCalculationExecutionRequest)Describes a previously submitted calculation execution. -
Uses of GetCalculationExecutionRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return GetCalculationExecutionRequest.Builder Modifier and Type Method Description static GetCalculationExecutionRequest.BuilderGetCalculationExecutionRequest. builder()GetCalculationExecutionRequest.BuilderGetCalculationExecutionRequest.Builder. calculationExecutionId(String calculationExecutionId)The calculation execution UUID.GetCalculationExecutionRequest.BuilderGetCalculationExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCalculationExecutionRequest.BuilderGetCalculationExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCalculationExecutionRequest.BuilderGetCalculationExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type GetCalculationExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetCalculationExecutionRequest.Builder>GetCalculationExecutionRequest. serializableBuilderClass()
-