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