Uses of Enum
com.amazonaws.services.cloudsearchv2.model.PartitionInstanceType
Packages that use PartitionInstanceType
-
Uses of PartitionInstanceType in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return PartitionInstanceTypeModifier and TypeMethodDescriptionstatic PartitionInstanceTypeUse this in place of valueOf.static PartitionInstanceTypeReturns 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 PartitionInstanceTypeModifier and TypeMethodDescriptionvoidScalingParameters.setDesiredInstanceType(PartitionInstanceType desiredInstanceType) The instance type that you want to preconfigure for your domain.ScalingParameters.withDesiredInstanceType(PartitionInstanceType desiredInstanceType) The instance type that you want to preconfigure for your domain.