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