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