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