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