Uses of Class
software.amazon.awssdk.services.finspace.model.KxScalingGroup
-
Packages that use KxScalingGroup Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxScalingGroup in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxScalingGroup Modifier and Type Method Description List<KxScalingGroup>ListKxScalingGroupsResponse. scalingGroups()A list of scaling groups available in a kdb environment.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxScalingGroup Modifier and Type Method Description ListKxScalingGroupsResponse.BuilderListKxScalingGroupsResponse.Builder. scalingGroups(KxScalingGroup... scalingGroups)A list of scaling groups available in a kdb environment.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxScalingGroup Modifier and Type Method Description ListKxScalingGroupsResponse.BuilderListKxScalingGroupsResponse.Builder. scalingGroups(Collection<KxScalingGroup> scalingGroups)A list of scaling groups available in a kdb environment.
-