Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Modifier and Type | Method and Description |
---|---|
static PartitionInstanceType |
PartitionInstanceType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
ScalingParameters.setDesiredInstanceType(PartitionInstanceType desiredInstanceType)
The instance type that you want to preconfigure for your domain.
|
ScalingParameters |
ScalingParameters.withDesiredInstanceType(PartitionInstanceType desiredInstanceType)
The instance type that you want to preconfigure for your domain.
|
Copyright © 2018. All rights reserved.