Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingAcceleratorStatus
-
Packages that use CustomRoutingAcceleratorStatus Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of CustomRoutingAcceleratorStatus in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return CustomRoutingAcceleratorStatus Modifier and Type Method Description static CustomRoutingAcceleratorStatusCustomRoutingAcceleratorStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomRoutingAcceleratorStatusCustomRoutingAccelerator. status()Describes the deployment status of the accelerator.static CustomRoutingAcceleratorStatusCustomRoutingAcceleratorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomRoutingAcceleratorStatus[]CustomRoutingAcceleratorStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingAcceleratorStatus Modifier and Type Method Description static Set<CustomRoutingAcceleratorStatus>CustomRoutingAcceleratorStatus. knownValues()Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingAcceleratorStatus Modifier and Type Method Description CustomRoutingAccelerator.BuilderCustomRoutingAccelerator.Builder. status(CustomRoutingAcceleratorStatus status)Describes the deployment status of the accelerator.
-