Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.QueryExecutionException.Builder
-
Packages that use QueryExecutionException.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of QueryExecutionException.Builder in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return QueryExecutionException.Builder Modifier and Type Method Description QueryExecutionException.BuilderQueryExecutionException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static QueryExecutionException.BuilderQueryExecutionException. builder()QueryExecutionException.BuilderQueryExecutionException.Builder. cause(Throwable cause)QueryExecutionException.BuilderQueryExecutionException.Builder. message(String message)QueryExecutionException.BuilderQueryExecutionException.Builder. requestId(String requestId)QueryExecutionException.BuilderQueryExecutionException.Builder. statusCode(int statusCode)QueryExecutionException.BuilderQueryExecutionException. toBuilder()QueryExecutionException.BuilderQueryExecutionException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type QueryExecutionException.Builder Modifier and Type Method Description static Class<? extends QueryExecutionException.Builder>QueryExecutionException. serializableBuilderClass()
-