| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans.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 |
ScalingInstruction.serviceNamespace()
The namespace of the AWS service.
|
ServiceNamespace |
GetScalingPlanResourceForecastDataRequest.serviceNamespace()
The namespace of the AWS service.
|
ServiceNamespace |
ScalingPlanResource.serviceNamespace()
The namespace of the AWS service.
|
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 |
|---|---|
ScalingInstruction.Builder |
ScalingInstruction.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
GetScalingPlanResourceForecastDataRequest.Builder |
GetScalingPlanResourceForecastDataRequest.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
ScalingPlanResource.Builder |
ScalingPlanResource.Builder.serviceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
Copyright © 2023. All rights reserved.