Uses of Class
software.amazon.awssdk.services.cloudwatch.model.StatusCode
-
Packages that use StatusCode Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of StatusCode in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StatusCode Modifier and Type Method Description static StatusCodeStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusCodeMetricDataResult. statusCode()The status of the returned data.static StatusCodeStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusCode[]StatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StatusCode Modifier and Type Method Description static Set<StatusCode>StatusCode. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type StatusCode Modifier and Type Method Description MetricDataResult.BuilderMetricDataResult.Builder. statusCode(StatusCode statusCode)The status of the returned data.
-