Uses of Interface
software.amazon.awssdk.services.athena.model.BatchGetPreparedStatementRequest.Builder
-
Packages that use BatchGetPreparedStatementRequest.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 BatchGetPreparedStatementRequest.Builder in software.amazon.awssdk.services.athena
Method parameters in software.amazon.awssdk.services.athena with type arguments of type BatchGetPreparedStatementRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetPreparedStatementResponse>AthenaAsyncClient. batchGetPreparedStatement(Consumer<BatchGetPreparedStatementRequest.Builder> batchGetPreparedStatementRequest)Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide.default BatchGetPreparedStatementResponseAthenaClient. batchGetPreparedStatement(Consumer<BatchGetPreparedStatementRequest.Builder> batchGetPreparedStatementRequest)Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. -
Uses of BatchGetPreparedStatementRequest.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return BatchGetPreparedStatementRequest.Builder Modifier and Type Method Description static BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest. builder()BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest.Builder. preparedStatementNames(String... preparedStatementNames)A list of prepared statement names to return.BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest.Builder. preparedStatementNames(Collection<String> preparedStatementNames)A list of prepared statement names to return.BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest. toBuilder()BatchGetPreparedStatementRequest.BuilderBatchGetPreparedStatementRequest.Builder. workGroup(String workGroup)The name of the workgroup to which the prepared statements belong.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type BatchGetPreparedStatementRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetPreparedStatementRequest.Builder>BatchGetPreparedStatementRequest. serializableBuilderClass()
-