Uses of Class
software.amazon.awssdk.services.finspace.model.KxScalingGroupConfiguration
-
Packages that use KxScalingGroupConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxScalingGroupConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxScalingGroupConfiguration Modifier and Type Method Description KxScalingGroupConfigurationCreateKxClusterRequest. scalingGroupConfiguration()The structure that stores the configuration details of a scaling group.KxScalingGroupConfigurationCreateKxClusterResponse. scalingGroupConfiguration()The structure that stores the configuration details of a scaling group.KxScalingGroupConfigurationGetKxClusterResponse. scalingGroupConfiguration()Returns the value of the ScalingGroupConfiguration property for this object.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxScalingGroupConfiguration Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. scalingGroupConfiguration(KxScalingGroupConfiguration scalingGroupConfiguration)The structure that stores the configuration details of a scaling group.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. scalingGroupConfiguration(KxScalingGroupConfiguration scalingGroupConfiguration)The structure that stores the configuration details of a scaling group.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. scalingGroupConfiguration(KxScalingGroupConfiguration scalingGroupConfiguration)Sets the value of the ScalingGroupConfiguration property for this object.
-