Uses of Class
software.amazon.awssdk.services.gamelift.model.ScalingPolicy
-
Packages that use ScalingPolicy Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of ScalingPolicy in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ScalingPolicy Modifier and Type Method Description List<ScalingPolicy>DescribeScalingPoliciesResponse. scalingPolicies()A collection of objects containing the scaling policies matching the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ScalingPolicy Modifier and Type Method Description DescribeScalingPoliciesResponse.BuilderDescribeScalingPoliciesResponse.Builder. scalingPolicies(ScalingPolicy... scalingPolicies)A collection of objects containing the scaling policies matching the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ScalingPolicy Modifier and Type Method Description DescribeScalingPoliciesResponse.BuilderDescribeScalingPoliciesResponse.Builder. scalingPolicies(Collection<ScalingPolicy> scalingPolicies)A collection of objects containing the scaling policies matching the request. -
Uses of ScalingPolicy in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.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.
-