Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.ScalableTarget
-
Packages that use ScalableTarget Package Description software.amazon.awssdk.services.applicationautoscaling.model software.amazon.awssdk.services.applicationautoscaling.paginators -
-
Uses of ScalableTarget in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type ScalableTarget Modifier and Type Method Description List<ScalableTarget>DescribeScalableTargetsResponse. scalableTargets()The scalable targets that match the request parameters.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type ScalableTarget Modifier and Type Method Description DescribeScalableTargetsResponse.BuilderDescribeScalableTargetsResponse.Builder. scalableTargets(ScalableTarget... scalableTargets)The scalable targets that match the request parameters.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type ScalableTarget Modifier and Type Method Description DescribeScalableTargetsResponse.BuilderDescribeScalableTargetsResponse.Builder. scalableTargets(Collection<ScalableTarget> scalableTargets)The scalable targets that match the request parameters. -
Uses of ScalableTarget in software.amazon.awssdk.services.applicationautoscaling.paginators
Methods in software.amazon.awssdk.services.applicationautoscaling.paginators that return types with arguments of type ScalableTarget Modifier and Type Method Description SdkIterable<ScalableTarget>DescribeScalableTargetsIterable. scalableTargets()Returns an iterable to iterate through the paginatedDescribeScalableTargetsResponse.scalableTargets()member.SdkPublisher<ScalableTarget>DescribeScalableTargetsPublisher. scalableTargets()Returns a publisher that can be used to get a stream of data.
-