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