Uses of Class
software.amazon.awssdk.services.pcs.model.ScalingConfigurationRequest
-
Packages that use ScalingConfigurationRequest Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of ScalingConfigurationRequest in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return ScalingConfigurationRequest Modifier and Type Method Description ScalingConfigurationRequestCreateComputeNodeGroupRequest. scalingConfiguration()Specifies the boundaries of the compute node group auto scaling.ScalingConfigurationRequestUpdateComputeNodeGroupRequest. scalingConfiguration()Specifies the boundaries of the compute node group auto scaling.Methods in software.amazon.awssdk.services.pcs.model with parameters of type ScalingConfigurationRequest Modifier and Type Method Description CreateComputeNodeGroupRequest.BuilderCreateComputeNodeGroupRequest.Builder. scalingConfiguration(ScalingConfigurationRequest scalingConfiguration)Specifies the boundaries of the compute node group auto scaling.UpdateComputeNodeGroupRequest.BuilderUpdateComputeNodeGroupRequest.Builder. scalingConfiguration(ScalingConfigurationRequest scalingConfiguration)Specifies the boundaries of the compute node group auto scaling.
-