Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ESPartitionInstanceType
-
Packages that use ESPartitionInstanceType Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of ESPartitionInstanceType in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return ESPartitionInstanceType Modifier and Type Method Description ESPartitionInstanceTypeElasticsearchClusterConfig. dedicatedMasterType()The instance type for a dedicated master node.ESPartitionInstanceTypeReservedElasticsearchInstance. elasticsearchInstanceType()The Elasticsearch instance type offered by the reserved instance offering.ESPartitionInstanceTypeReservedElasticsearchInstanceOffering. elasticsearchInstanceType()The Elasticsearch instance type offered by the reserved instance offering.static ESPartitionInstanceTypeESPartitionInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ESPartitionInstanceTypeDescribeElasticsearchInstanceTypeLimitsRequest. instanceType()The instance type for an Elasticsearch cluster for which ElasticsearchLimitsare needed.ESPartitionInstanceTypeElasticsearchClusterConfig. instanceType()The instance type for an Elasticsearch cluster.static ESPartitionInstanceTypeESPartitionInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ESPartitionInstanceType[]ESPartitionInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type ESPartitionInstanceType Modifier and Type Method Description List<ESPartitionInstanceType>ListElasticsearchInstanceTypesResponse. elasticsearchInstanceTypes()List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersionstatic Set<ESPartitionInstanceType>ESPartitionInstanceType. knownValues()Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type ESPartitionInstanceType Modifier and Type Method Description ElasticsearchClusterConfig.BuilderElasticsearchClusterConfig.Builder. dedicatedMasterType(ESPartitionInstanceType dedicatedMasterType)The instance type for a dedicated master node.ReservedElasticsearchInstance.BuilderReservedElasticsearchInstance.Builder. elasticsearchInstanceType(ESPartitionInstanceType elasticsearchInstanceType)The Elasticsearch instance type offered by the reserved instance offering.ReservedElasticsearchInstanceOffering.BuilderReservedElasticsearchInstanceOffering.Builder. elasticsearchInstanceType(ESPartitionInstanceType elasticsearchInstanceType)The Elasticsearch instance type offered by the reserved instance offering.ListElasticsearchInstanceTypesResponse.BuilderListElasticsearchInstanceTypesResponse.Builder. elasticsearchInstanceTypes(ESPartitionInstanceType... elasticsearchInstanceTypes)List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersionDescribeElasticsearchInstanceTypeLimitsRequest.BuilderDescribeElasticsearchInstanceTypeLimitsRequest.Builder. instanceType(ESPartitionInstanceType instanceType)The instance type for an Elasticsearch cluster for which ElasticsearchLimitsare needed.ElasticsearchClusterConfig.BuilderElasticsearchClusterConfig.Builder. instanceType(ESPartitionInstanceType instanceType)The instance type for an Elasticsearch cluster.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type ESPartitionInstanceType Modifier and Type Method Description ListElasticsearchInstanceTypesResponse.BuilderListElasticsearchInstanceTypesResponse.Builder. elasticsearchInstanceTypes(Collection<ESPartitionInstanceType> elasticsearchInstanceTypes)List of instance types supported by Amazon Elasticsearch service for givenElasticsearchVersion
-