Uses of Interface
software.amazon.awssdk.services.lexruntime.model.LexRuntimeException.Builder
-
Packages that use LexRuntimeException.Builder Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of LexRuntimeException.Builder in software.amazon.awssdk.services.lexruntime.model
Subinterfaces of LexRuntimeException.Builder in software.amazon.awssdk.services.lexruntime.model Modifier and Type Interface Description static interfaceBadGatewayException.Builderstatic interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceDependencyFailedException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceLoopDetectedException.Builderstatic interfaceNotAcceptableException.Builderstatic interfaceNotFoundException.Builderstatic interfaceRequestTimeoutException.Builderstatic interfaceUnsupportedMediaTypeException.BuilderClasses in software.amazon.awssdk.services.lexruntime.model that implement LexRuntimeException.Builder Modifier and Type Class Description protected static classLexRuntimeException.BuilderImplMethods in software.amazon.awssdk.services.lexruntime.model that return LexRuntimeException.Builder Modifier and Type Method Description LexRuntimeException.BuilderLexRuntimeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static LexRuntimeException.BuilderLexRuntimeException. builder()LexRuntimeException.BuilderLexRuntimeException.Builder. cause(Throwable cause)LexRuntimeException.BuilderLexRuntimeException.Builder. message(String message)LexRuntimeException.BuilderLexRuntimeException.Builder. requestId(String requestId)LexRuntimeException.BuilderLexRuntimeException.Builder. statusCode(int statusCode)LexRuntimeException.BuilderLexRuntimeException. toBuilder()LexRuntimeException.BuilderLexRuntimeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type LexRuntimeException.Builder Modifier and Type Method Description static Class<? extends LexRuntimeException.Builder>LexRuntimeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.lexruntime.model with parameters of type LexRuntimeException.Builder Constructor Description LexRuntimeException(LexRuntimeException.Builder builder)
-