| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BadRequestException.Builder |
static interface |
ConflictException.Builder |
static interface |
LimitExceededException.Builder |
static interface |
NotFoundException.Builder |
static interface |
ServiceUnavailableException.Builder |
static interface |
TooManyRequestsException.Builder |
static interface |
UnauthorizedException.Builder |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ApiGatewayException.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayException.Builder |
ApiGatewayException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) |
static ApiGatewayException.Builder |
ApiGatewayException.builder() |
ApiGatewayException.Builder |
ApiGatewayException.Builder.cause(Throwable cause) |
ApiGatewayException.Builder |
ApiGatewayException.Builder.message(String message) |
ApiGatewayException.Builder |
ApiGatewayException.Builder.requestId(String requestId) |
ApiGatewayException.Builder |
ApiGatewayException.Builder.statusCode(int statusCode) |
ApiGatewayException.Builder |
ApiGatewayException.toBuilder() |
ApiGatewayException.Builder |
ApiGatewayException.Builder.writableStackTrace(Boolean writableStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiGatewayException.Builder> |
ApiGatewayException.serializableBuilderClass() |
| Constructor and Description |
|---|
ApiGatewayException(ApiGatewayException.Builder builder) |
Copyright © 2023. All rights reserved.