Uses of Class
com.amazonaws.services.applicationautoscaling.model.ScalableTarget
Packages that use ScalableTarget
-
Uses of ScalableTarget in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return ScalableTargetModifier and TypeMethodDescriptionScalableTarget.clone()
ScalableTarget.withCreationTime
(Date creationTime) The Unix timestamp for when the scalable target was created.ScalableTarget.withMaxCapacity
(Integer maxCapacity) The maximum value for this scalable target to scale out to in response to scaling activities.ScalableTarget.withMinCapacity
(Integer minCapacity) The minimum value for this scalable target to scale in to in response to scaling activities.ScalableTarget.withResourceId
(String resourceId) The unique identifier string for the resource associated with the scalable target.ScalableTarget.withRoleARN
(String roleARN) The ARN of the IAM role that allows Application Auto Scaling to modify your scalable target on your behalf.ScalableTarget.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scalable target.ScalableTarget.withScalableDimension
(String scalableDimension) The scalable dimension associated with the scalable target.ScalableTarget.withServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scalable target is associated with.ScalableTarget.withServiceNamespace
(String serviceNamespace) The namespace for the AWS service that the scalable target is associated with.Methods in com.amazonaws.services.applicationautoscaling.model that return types with arguments of type ScalableTargetModifier and TypeMethodDescriptionDescribeScalableTargetsResult.getScalableTargets()
The list of scalable targets that matches the request parameters.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type ScalableTargetModifier and TypeMethodDescriptionDescribeScalableTargetsResult.withScalableTargets
(ScalableTarget... scalableTargets) The list of scalable targets that matches the request parameters.Method parameters in com.amazonaws.services.applicationautoscaling.model with type arguments of type ScalableTargetModifier and TypeMethodDescriptionvoid
DescribeScalableTargetsResult.setScalableTargets
(Collection<ScalableTarget> scalableTargets) The list of scalable targets that matches the request parameters.DescribeScalableTargetsResult.withScalableTargets
(Collection<ScalableTarget> scalableTargets) The list of scalable targets that matches the request parameters.