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