| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPlanResource |
ScalingPlanResource.clone() |
ScalingPlanResource |
ScalingPlanResource.withResourceId(String resourceId)
The ID of the resource.
|
ScalingPlanResource |
ScalingPlanResource.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension for the resource.
|
ScalingPlanResource |
ScalingPlanResource.withScalableDimension(String scalableDimension)
The scalable dimension for the resource.
|
ScalingPlanResource |
ScalingPlanResource.withScalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
ScalingPlanResource |
ScalingPlanResource.withScalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
ScalingPlanResource |
ScalingPlanResource.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
ScalingPlanResource |
ScalingPlanResource.withScalingPolicies(ScalingPolicy... scalingPolicies)
The scaling policies.
|
ScalingPlanResource |
ScalingPlanResource.withScalingStatusCode(ScalingStatusCode scalingStatusCode)
The scaling status of the resource.
|
ScalingPlanResource |
ScalingPlanResource.withScalingStatusCode(String scalingStatusCode)
The scaling status of the resource.
|
ScalingPlanResource |
ScalingPlanResource.withScalingStatusMessage(String scalingStatusMessage)
A simple message about the current scaling status of the resource.
|
ScalingPlanResource |
ScalingPlanResource.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
ScalingPlanResource |
ScalingPlanResource.withServiceNamespace(String serviceNamespace)
The namespace of the AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingPlanResource> |
DescribeScalingPlanResourcesResult.getScalingPlanResources()
Information about the scalable resources.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlanResourcesResult |
DescribeScalingPlanResourcesResult.withScalingPlanResources(ScalingPlanResource... scalingPlanResources)
Information about the scalable resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPlanResourcesResult.setScalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
|
DescribeScalingPlanResourcesResult |
DescribeScalingPlanResourcesResult.withScalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
|
Copyright © 2019. All rights reserved.