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