Uses of Interface
software.amazon.awssdk.services.athena.model.GetPreparedStatementResponse.Builder
-
Packages that use GetPreparedStatementResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of GetPreparedStatementResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return GetPreparedStatementResponse.Builder Modifier and Type Method Description static GetPreparedStatementResponse.BuilderGetPreparedStatementResponse. builder()default GetPreparedStatementResponse.BuilderGetPreparedStatementResponse.Builder. preparedStatement(Consumer<PreparedStatement.Builder> preparedStatement)The name of the prepared statement that was retrieved.GetPreparedStatementResponse.BuilderGetPreparedStatementResponse.Builder. preparedStatement(PreparedStatement preparedStatement)The name of the prepared statement that was retrieved.GetPreparedStatementResponse.BuilderGetPreparedStatementResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type GetPreparedStatementResponse.Builder Modifier and Type Method Description static Class<? extends GetPreparedStatementResponse.Builder>GetPreparedStatementResponse. serializableBuilderClass()
-