| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
| StatusCodes | StatusCodes. clone() | 
| StatusCodes | ApplicationMetrics. getStatusCodes()
 Represents the percentage of requests over the last 10 seconds that resulted in each type of status code
 response. | 
| StatusCodes | StatusCodes. withStatus2xx(Integer status2xx)
 The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code. | 
| StatusCodes | StatusCodes. withStatus3xx(Integer status3xx)
 The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code. | 
| StatusCodes | StatusCodes. withStatus4xx(Integer status4xx)
 The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code. | 
| StatusCodes | StatusCodes. withStatus5xx(Integer status5xx)
 The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationMetrics. setStatusCodes(StatusCodes statusCodes)
 Represents the percentage of requests over the last 10 seconds that resulted in each type of status code
 response. | 
| ApplicationMetrics | ApplicationMetrics. withStatusCodes(StatusCodes 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.