Uses of Interface
software.amazon.awssdk.services.timestreamquery.model.TimestreamQueryException.Builder
-
Packages that use TimestreamQueryException.Builder Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of TimestreamQueryException.Builder in software.amazon.awssdk.services.timestreamquery.model
Subinterfaces of TimestreamQueryException.Builder in software.amazon.awssdk.services.timestreamquery.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceInvalidEndpointException.Builderstatic interfaceQueryExecutionException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.timestreamquery.model that implement TimestreamQueryException.Builder Modifier and Type Class Description protected static classTimestreamQueryException.BuilderImplMethods in software.amazon.awssdk.services.timestreamquery.model that return TimestreamQueryException.Builder Modifier and Type Method Description TimestreamQueryException.BuilderTimestreamQueryException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TimestreamQueryException.BuilderTimestreamQueryException. builder()TimestreamQueryException.BuilderTimestreamQueryException.Builder. cause(Throwable cause)TimestreamQueryException.BuilderTimestreamQueryException.Builder. message(String message)TimestreamQueryException.BuilderTimestreamQueryException.Builder. requestId(String requestId)TimestreamQueryException.BuilderTimestreamQueryException.Builder. statusCode(int statusCode)TimestreamQueryException.BuilderTimestreamQueryException. toBuilder()TimestreamQueryException.BuilderTimestreamQueryException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type TimestreamQueryException.Builder Modifier and Type Method Description static Class<? extends TimestreamQueryException.Builder>TimestreamQueryException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.timestreamquery.model with parameters of type TimestreamQueryException.Builder Constructor Description TimestreamQueryException(TimestreamQueryException.Builder builder)
-