Uses of Class
software.amazon.awssdk.services.finspace.model.KxScalingGroupStatus
-
Packages that use KxScalingGroupStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxScalingGroupStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxScalingGroupStatus Modifier and Type Method Description static KxScalingGroupStatusKxScalingGroupStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxScalingGroupStatusCreateKxScalingGroupResponse. status()The status of scaling group.KxScalingGroupStatusGetKxScalingGroupResponse. status()The status of scaling group.KxScalingGroupStatusKxScalingGroup. status()The status of scaling groups.static KxScalingGroupStatusKxScalingGroupStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KxScalingGroupStatus[]KxScalingGroupStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxScalingGroupStatus Modifier and Type Method Description static Set<KxScalingGroupStatus>KxScalingGroupStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxScalingGroupStatus Modifier and Type Method Description CreateKxScalingGroupResponse.BuilderCreateKxScalingGroupResponse.Builder. status(KxScalingGroupStatus status)The status of scaling group.GetKxScalingGroupResponse.BuilderGetKxScalingGroupResponse.Builder. status(KxScalingGroupStatus status)The status of scaling group.KxScalingGroup.BuilderKxScalingGroup.Builder. status(KxScalingGroupStatus status)The status of scaling groups.
-