Uses of Class
com.amazonaws.services.cloudsearchv2.model.PartitionInstanceType
-
Packages that use PartitionInstanceType Package Description com.amazonaws.services.cloudsearchv2.model -
-
Uses of PartitionInstanceType in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return PartitionInstanceType Modifier and Type Method 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.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type PartitionInstanceType Modifier and Type Method 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.
-