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