Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of Status in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return Status Modifier and Type Method Description static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusAssertionRule. status()The deployment status of an assertion rule.StatusCluster. status()Deployment status of a resource.StatusControlPanel. status()The deployment status of control panel.StatusGatingRule. status()The deployment status of a gating rule.StatusRoutingControl. status()The deployment status of a routing control.static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type Status Modifier and Type Method Description AssertionRule.BuilderAssertionRule.Builder. status(Status status)The deployment status of an assertion rule.Cluster.BuilderCluster.Builder. status(Status status)Deployment status of a resource.ControlPanel.BuilderControlPanel.Builder. status(Status status)The deployment status of control panel.GatingRule.BuilderGatingRule.Builder. status(Status status)The deployment status of a gating rule.RoutingControl.BuilderRoutingControl.Builder. status(Status status)The deployment status of a routing control.
-