Uses of Class
com.amazonaws.services.elasticbeanstalk.model.StatusCodes
-
Packages that use StatusCodes Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of StatusCodes in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return StatusCodes Modifier and Type Method Description StatusCodesStatusCodes. clone()StatusCodesApplicationMetrics. getStatusCodes()Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.StatusCodesStatusCodes. withStatus2xx(Integer status2xx)The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.StatusCodesStatusCodes. withStatus3xx(Integer status3xx)The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.StatusCodesStatusCodes. withStatus4xx(Integer status4xx)The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.StatusCodesStatusCodes. withStatus5xx(Integer status5xx)The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type StatusCodes Modifier and Type Method Description voidApplicationMetrics. setStatusCodes(StatusCodes statusCodes)Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.ApplicationMetricsApplicationMetrics. withStatusCodes(StatusCodes statusCodes)Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.
-