Uses of Class
com.amazonaws.services.applicationautoscaling.model.RegisterScalableTargetRequest
-
Packages that use RegisterScalableTargetRequest Package Description com.amazonaws.services.applicationautoscaling com.amazonaws.services.applicationautoscaling.model -
-
Uses of RegisterScalableTargetRequest in com.amazonaws.services.applicationautoscaling
Method parameters in com.amazonaws.services.applicationautoscaling with type arguments of type RegisterScalableTargetRequest Modifier and Type Method Description Future<RegisterScalableTargetResult>
AbstractAWSApplicationAutoScalingAsync. registerScalableTargetAsync(RegisterScalableTargetRequest request, AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler)
Future<RegisterScalableTargetResult>
AWSApplicationAutoScalingAsync. registerScalableTargetAsync(RegisterScalableTargetRequest registerScalableTargetRequest, AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler)
Registers or updates a scalable target.Future<RegisterScalableTargetResult>
AWSApplicationAutoScalingAsyncClient. registerScalableTargetAsync(RegisterScalableTargetRequest request, AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler)
-
Uses of RegisterScalableTargetRequest in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return RegisterScalableTargetRequest Modifier and Type Method Description RegisterScalableTargetRequest
RegisterScalableTargetRequest. clone()
RegisterScalableTargetRequest
RegisterScalableTargetRequest. withMaxCapacity(Integer maxCapacity)
The maximum value for this scalable target to scale out to in response to scaling activities.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withMinCapacity(Integer minCapacity)
The minimum value for this scalable target to scale in to in response to scaling activities.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withResourceId(String resourceId)
The unique identifier string for the resource to associate with the scalable target.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withRoleARN(String roleARN)
The ARN of the IAM role that allows Application Auto Scaling to modify your scalable target on your behalf.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the scalable target.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withScalableDimension(String scalableDimension)
The scalable dimension associated with the scalable target.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated with.RegisterScalableTargetRequest
RegisterScalableTargetRequest. withServiceNamespace(String serviceNamespace)
The namespace for the AWS service that the scalable target is associated with.
-