Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AcceleratorStatus
-
Packages that use AcceleratorStatus Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of AcceleratorStatus in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return AcceleratorStatus Modifier and Type Method Description static AcceleratorStatusAcceleratorStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AcceleratorStatusAccelerator. status()Describes the deployment status of the accelerator.static AcceleratorStatusAcceleratorStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceleratorStatus[]AcceleratorStatus. 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 AcceleratorStatus Modifier and Type Method Description static Set<AcceleratorStatus>AcceleratorStatus. knownValues()Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type AcceleratorStatus Modifier and Type Method Description Accelerator.BuilderAccelerator.Builder. status(AcceleratorStatus status)Describes the deployment status of the accelerator.
-