| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionInstanceType |
ScalingParameters.desiredInstanceType()
The instance type that you want to preconfigure for your domain.
|
static PartitionInstanceType |
PartitionInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PartitionInstanceType |
PartitionInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionInstanceType[] |
PartitionInstanceType.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<PartitionInstanceType> |
PartitionInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScalingParameters.Builder |
ScalingParameters.Builder.desiredInstanceType(PartitionInstanceType desiredInstanceType)
The instance type that you want to preconfigure for your domain.
|
Copyright © 2022. All rights reserved.