Uses of Interface
software.amazon.awssdk.services.qldbsession.model.QldbSessionException.Builder
-
Packages that use QldbSessionException.Builder Package Description software.amazon.awssdk.services.qldbsession.model -
-
Uses of QldbSessionException.Builder in software.amazon.awssdk.services.qldbsession.model
Subinterfaces of QldbSessionException.Builder in software.amazon.awssdk.services.qldbsession.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceCapacityExceededException.Builderstatic interfaceInvalidSessionException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceOccConflictException.Builderstatic interfaceRateExceededException.BuilderClasses in software.amazon.awssdk.services.qldbsession.model that implement QldbSessionException.Builder Modifier and Type Class Description protected static classQldbSessionException.BuilderImplMethods in software.amazon.awssdk.services.qldbsession.model that return QldbSessionException.Builder Modifier and Type Method Description QldbSessionException.BuilderQldbSessionException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static QldbSessionException.BuilderQldbSessionException. builder()QldbSessionException.BuilderQldbSessionException.Builder. cause(Throwable cause)QldbSessionException.BuilderQldbSessionException.Builder. message(String message)QldbSessionException.BuilderQldbSessionException.Builder. requestId(String requestId)QldbSessionException.BuilderQldbSessionException.Builder. statusCode(int statusCode)QldbSessionException.BuilderQldbSessionException. toBuilder()QldbSessionException.BuilderQldbSessionException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.qldbsession.model that return types with arguments of type QldbSessionException.Builder Modifier and Type Method Description static Class<? extends QldbSessionException.Builder>QldbSessionException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.qldbsession.model with parameters of type QldbSessionException.Builder Constructor Description QldbSessionException(QldbSessionException.Builder builder)
-