Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model |
Modifier and Type | Method and Description |
---|---|
static ServiceNamespace |
ServiceNamespace.fromValue(String value)
Use this in place of valueOf.
|
static ServiceNamespace |
ServiceNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNamespace[] |
ServiceNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteScalingPolicyRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
void |
DescribeScalableTargetsRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
void |
RegisterScalableTargetRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
void |
DeregisterScalableTargetRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
void |
ScalableTarget.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
void |
PutScalingPolicyRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The AWS service namespace of the scalable target that this scaling policy
applies to.
|
void |
DescribeScalingActivitiesRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling activity is associated
with.
|
void |
ScalingActivity.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling activity is associated
with.
|
void |
DescribeScalingPoliciesRequest.setServiceNamespace(ServiceNamespace serviceNamespace)
The AWS service namespace of the scalable target that the scaling policy
is associated with.
|
void |
ScalingPolicy.setServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
DescribeScalableTargetsRequest |
DescribeScalableTargetsRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
DeregisterScalableTargetRequest |
DeregisterScalableTargetRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
ScalableTarget |
ScalableTarget.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The AWS service namespace of the scalable target that this scaling policy
applies to.
|
DescribeScalingActivitiesRequest |
DescribeScalingActivitiesRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling activity is associated
with.
|
ScalingActivity |
ScalingActivity.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling activity is associated
with.
|
DescribeScalingPoliciesRequest |
DescribeScalingPoliciesRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The AWS service namespace of the scalable target that the scaling policy
is associated with.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
Copyright © 2018. All rights reserved.