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