Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model | |
com.amazonaws.services.applicationautoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ScalingPolicy> |
DescribeScalingPoliciesResult.scalingPolicies
A list of scaling policy objects.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicy.clone() |
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(java.util.Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withCreationTime(java.util.Date creationTime)
The Unix timestamp for when the scaling policy was created.
|
ScalingPolicy |
ScalingPolicy.withPolicyARN(java.lang.String policyARN)
The Amazon Resource Name (ARN) of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyName(java.lang.String policyName)
The name of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(PolicyType policyType)
The scaling policy type.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(java.lang.String policyType)
The scaling policy type.
|
ScalingPolicy |
ScalingPolicy.withResourceId(java.lang.String resourceId)
The unique identifier string for the resource associated with the scaling
policy.
|
ScalingPolicy |
ScalingPolicy.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withScalableDimension(java.lang.String scalableDimension)
The scalable dimension associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(java.lang.String serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
ScalingPolicy |
ScalingPolicy.withStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration)
The configuration for the step scaling policy.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScalingPolicy> |
DescribeScalingPoliciesResult.getScalingPolicies()
A list of scaling policy objects.
|
Modifier and Type | Method and Description |
---|---|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
A list of scaling policy objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScalingPoliciesResult.setScalingPolicies(java.util.Collection<ScalingPolicy> scalingPolicies)
A list of scaling policy objects.
|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(java.util.Collection<ScalingPolicy> scalingPolicies)
A list of scaling policy objects.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingPolicyJsonMarshaller.marshall(ScalingPolicy scalingPolicy,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|