Uses of Interface
software.amazon.awssdk.services.athena.model.GetCalculationExecutionStatusRequest.Builder
-
Packages that use GetCalculationExecutionStatusRequest.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 GetCalculationExecutionStatusRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type GetCalculationExecutionStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCalculationExecutionStatusResponse>AthenaAsyncClient. getCalculationExecutionStatus(Consumer<GetCalculationExecutionStatusRequest.Builder> getCalculationExecutionStatusRequest)Gets the status of a current calculation.default GetCalculationExecutionStatusResponseAthenaClient. getCalculationExecutionStatus(Consumer<GetCalculationExecutionStatusRequest.Builder> getCalculationExecutionStatusRequest)Gets the status of a current calculation. -
Uses of GetCalculationExecutionStatusRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return GetCalculationExecutionStatusRequest.Builder Modifier and Type Method Description static GetCalculationExecutionStatusRequest.BuilderGetCalculationExecutionStatusRequest. builder()GetCalculationExecutionStatusRequest.BuilderGetCalculationExecutionStatusRequest.Builder. calculationExecutionId(String calculationExecutionId)The calculation execution UUID.GetCalculationExecutionStatusRequest.BuilderGetCalculationExecutionStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCalculationExecutionStatusRequest.BuilderGetCalculationExecutionStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCalculationExecutionStatusRequest.BuilderGetCalculationExecutionStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type GetCalculationExecutionStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetCalculationExecutionStatusRequest.Builder>GetCalculationExecutionStatusRequest. serializableBuilderClass()
-