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 PartitionInstanceTypePartitionInstanceType. fromValue(String value)Use this in place of valueOf.static PartitionInstanceTypePartitionInstanceType. 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 voidScalingParameters. setDesiredInstanceType(PartitionInstanceType desiredInstanceType)The instance type that you want to preconfigure for your domain.ScalingParametersScalingParameters. withDesiredInstanceType(PartitionInstanceType desiredInstanceType)The instance type that you want to preconfigure for your domain.
-