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