Uses of Interface
software.amazon.awssdk.services.appmesh.model.AppMeshException.Builder
-
Packages that use AppMeshException.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of AppMeshException.Builder in software.amazon.awssdk.services.appmesh.model
Subinterfaces of AppMeshException.Builder in software.amazon.awssdk.services.appmesh.model Modifier and Type Interface Description static interfaceBadRequestException.Builderstatic interfaceConflictException.Builderstatic interfaceForbiddenException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotFoundException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceTooManyRequestsException.Builderstatic interfaceTooManyTagsException.BuilderClasses in software.amazon.awssdk.services.appmesh.model that implement AppMeshException.Builder Modifier and Type Class Description protected static classAppMeshException.BuilderImplMethods in software.amazon.awssdk.services.appmesh.model that return AppMeshException.Builder Modifier and Type Method Description AppMeshException.BuilderAppMeshException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AppMeshException.BuilderAppMeshException. builder()AppMeshException.BuilderAppMeshException.Builder. cause(Throwable cause)AppMeshException.BuilderAppMeshException.Builder. message(String message)AppMeshException.BuilderAppMeshException.Builder. requestId(String requestId)AppMeshException.BuilderAppMeshException.Builder. statusCode(int statusCode)AppMeshException.BuilderAppMeshException. toBuilder()AppMeshException.BuilderAppMeshException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type AppMeshException.Builder Modifier and Type Method Description static Class<? extends AppMeshException.Builder>AppMeshException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.appmesh.model with parameters of type AppMeshException.Builder Constructor Description AppMeshException(AppMeshException.Builder builder)
-