Uses of Class
software.amazon.awssdk.services.autoscaling.model.ScalingPolicy
-
Packages that use ScalingPolicy Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of ScalingPolicy in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type ScalingPolicy Modifier and Type Method Description List<ScalingPolicy>DescribePoliciesResponse. scalingPolicies()The scaling policies.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type ScalingPolicy Modifier and Type Method Description DescribePoliciesResponse.BuilderDescribePoliciesResponse.Builder. scalingPolicies(ScalingPolicy... scalingPolicies)The scaling policies.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type ScalingPolicy Modifier and Type Method Description DescribePoliciesResponse.BuilderDescribePoliciesResponse.Builder. scalingPolicies(Collection<ScalingPolicy> scalingPolicies)The scaling policies. -
Uses of ScalingPolicy in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type ScalingPolicy Modifier and Type Method Description SdkIterable<ScalingPolicy>DescribePoliciesIterable. scalingPolicies()Returns an iterable to iterate through the paginatedDescribePoliciesResponse.scalingPolicies()member.SdkPublisher<ScalingPolicy>DescribePoliciesPublisher. scalingPolicies()Returns a publisher that can be used to get a stream of data.
-