| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusCodes.Builder |
StatusCodes.builder() |
StatusCodes.Builder |
StatusCodes.Builder.status2xx(Integer status2xx)
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
|
StatusCodes.Builder |
StatusCodes.Builder.status3xx(Integer status3xx)
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
|
StatusCodes.Builder |
StatusCodes.Builder.status4xx(Integer status4xx)
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
|
StatusCodes.Builder |
StatusCodes.Builder.status5xx(Integer status5xx)
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
|
StatusCodes.Builder |
StatusCodes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StatusCodes.Builder> |
StatusCodes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationMetrics.Builder |
ApplicationMetrics.Builder.statusCodes(Consumer<StatusCodes.Builder> statusCodes)
Represents the percentage of requests over the last 10 seconds that resulted in each type of status code
response.
|
Copyright © 2021. All rights reserved.