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 ScalableTargetScalableTarget. clone()ScalableTargetScalableTarget. withCreationTime(Date creationTime)The Unix timestamp for when the scalable target was created.ScalableTargetScalableTarget. withMaxCapacity(Integer maxCapacity)The maximum value for this scalable target to scale out to in response to scaling activities.ScalableTargetScalableTarget. withMinCapacity(Integer minCapacity)The minimum value for this scalable target to scale in to in response to scaling activities.ScalableTargetScalableTarget. withResourceId(String resourceId)The unique identifier string for the resource associated with the scalable target.ScalableTargetScalableTarget. withRoleARN(String roleARN)The ARN of the IAM role that allows Application Auto Scaling to modify your scalable target on your behalf.ScalableTargetScalableTarget. withScalableDimension(ScalableDimension scalableDimension)The scalable dimension associated with the scalable target.ScalableTargetScalableTarget. withScalableDimension(String scalableDimension)The scalable dimension associated with the scalable target.ScalableTargetScalableTarget. withServiceNamespace(ServiceNamespace serviceNamespace)The namespace for the AWS service that the scalable target is associated with.ScalableTargetScalableTarget. 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 DescribeScalableTargetsResultDescribeScalableTargetsResult. 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 voidDescribeScalableTargetsResult. setScalableTargets(Collection<ScalableTarget> scalableTargets)The list of scalable targets that matches the request parameters.DescribeScalableTargetsResultDescribeScalableTargetsResult. withScalableTargets(Collection<ScalableTarget> scalableTargets)The list of scalable targets that matches the request parameters.
-