| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNamespace |
ServiceNamespace.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceNamespace |
RegisterScalableTargetRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
DeleteScalingPolicyRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
PutScheduledActionRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
DescribeScalingActivitiesRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
PutScalingPolicyRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
ScalingActivity.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ServiceNamespace |
ScalingPolicy.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ServiceNamespace |
DescribeScalingPoliciesRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
DescribeScheduledActionsRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
DescribeScalableTargetsRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
ScheduledAction.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ServiceNamespace |
ScalableTarget.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ServiceNamespace |
DeregisterScalableTargetRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
ServiceNamespace |
DeleteScheduledActionRequest.serviceNamespace()
The namespace of the Amazon Web Services service that provides the resource.
|
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 |
|---|---|
static Set<ServiceNamespace> |
ServiceNamespace.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterScalableTargetRequest.Builder |
RegisterScalableTargetRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
DeleteScalingPolicyRequest.Builder |
DeleteScalingPolicyRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
PutScheduledActionRequest.Builder |
PutScheduledActionRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
DescribeScalingActivitiesRequest.Builder |
DescribeScalingActivitiesRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
PutScalingPolicyRequest.Builder |
PutScalingPolicyRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
ScalingActivity.Builder |
ScalingActivity.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ScalingPolicy.Builder |
ScalingPolicy.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
DescribeScalingPoliciesRequest.Builder |
DescribeScalingPoliciesRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
DescribeScheduledActionsRequest.Builder |
DescribeScheduledActionsRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
DescribeScalableTargetsRequest.Builder |
DescribeScalableTargetsRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
ScheduledAction.Builder |
ScheduledAction.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ScalableTarget.Builder |
ScalableTarget.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
DeregisterScalableTargetRequest.Builder |
DeregisterScalableTargetRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
DeleteScheduledActionRequest.Builder |
DeleteScheduledActionRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
Copyright © 2023. All rights reserved.