Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.ScalingPolicy
-
Packages that use ScalingPolicy Package Description software.amazon.awssdk.services.applicationautoscaling.model software.amazon.awssdk.services.applicationautoscaling.paginators -
-
Uses of ScalingPolicy in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type ScalingPolicy Modifier and Type Method Description List<ScalingPolicy>DescribeScalingPoliciesResponse. scalingPolicies()Information about the scaling policies.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type ScalingPolicy Modifier and Type Method Description DescribeScalingPoliciesResponse.BuilderDescribeScalingPoliciesResponse.Builder. scalingPolicies(ScalingPolicy... scalingPolicies)Information about the scaling policies.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type ScalingPolicy Modifier and Type Method Description DescribeScalingPoliciesResponse.BuilderDescribeScalingPoliciesResponse.Builder. scalingPolicies(Collection<ScalingPolicy> scalingPolicies)Information about the scaling policies. -
Uses of ScalingPolicy in software.amazon.awssdk.services.applicationautoscaling.paginators
Methods in software.amazon.awssdk.services.applicationautoscaling.paginators that return types with arguments of type ScalingPolicy Modifier and Type Method Description SdkIterable<ScalingPolicy>DescribeScalingPoliciesIterable. scalingPolicies()Returns an iterable to iterate through the paginatedDescribeScalingPoliciesResponse.scalingPolicies()member.SdkPublisher<ScalingPolicy>DescribeScalingPoliciesPublisher. scalingPolicies()Returns a publisher that can be used to get a stream of data.
-