Uses of Class
software.amazon.awssdk.services.batch.model.ComputeScalingPolicy
-
Packages that use ComputeScalingPolicy Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ComputeScalingPolicy in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ComputeScalingPolicy Modifier and Type Method Description ComputeScalingPolicyComputeResource. scalingPolicy()The scaling policy configuration for the compute environment.ComputeScalingPolicyComputeResourceUpdate. scalingPolicy()The scaling policy configuration for the compute environment.Methods in software.amazon.awssdk.services.batch.model with parameters of type ComputeScalingPolicy Modifier and Type Method Description ComputeResource.BuilderComputeResource.Builder. scalingPolicy(ComputeScalingPolicy scalingPolicy)The scaling policy configuration for the compute environment.ComputeResourceUpdate.BuilderComputeResourceUpdate.Builder. scalingPolicy(ComputeScalingPolicy scalingPolicy)The scaling policy configuration for the compute environment.
-