Uses of Class
software.amazon.awssdk.services.opensearch.model.OpenSearchPartitionInstanceType
-
Packages that use OpenSearchPartitionInstanceType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OpenSearchPartitionInstanceType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OpenSearchPartitionInstanceType Modifier and Type Method Description OpenSearchPartitionInstanceTypeClusterConfig. dedicatedMasterType()OpenSearch Service instance type of the dedicated master nodes in the cluster.static OpenSearchPartitionInstanceTypeOpenSearchPartitionInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpenSearchPartitionInstanceTypeClusterConfig. instanceType()Instance type of data nodes in the cluster.OpenSearchPartitionInstanceTypeDescribeInstanceTypeLimitsRequest. instanceType()The OpenSearch Service instance type for which you need limit information.OpenSearchPartitionInstanceTypeDomainNodesStatus. instanceType()The instance type information of the node.OpenSearchPartitionInstanceTypeInstanceTypeDetails. instanceType()The instance type.OpenSearchPartitionInstanceTypeReservedInstance. instanceType()The OpenSearch instance type offered by theReserved Instance offering.OpenSearchPartitionInstanceTypeReservedInstanceOffering. instanceType()The OpenSearch instance type offered by the Reserved Instance offering.OpenSearchPartitionInstanceTypeNodeConfig. type()The instance type of a particular node within the cluster.static OpenSearchPartitionInstanceTypeOpenSearchPartitionInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenSearchPartitionInstanceType[]OpenSearchPartitionInstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type OpenSearchPartitionInstanceType Modifier and Type Method Description static Set<OpenSearchPartitionInstanceType>OpenSearchPartitionInstanceType. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type OpenSearchPartitionInstanceType Modifier and Type Method Description ClusterConfig.BuilderClusterConfig.Builder. dedicatedMasterType(OpenSearchPartitionInstanceType dedicatedMasterType)OpenSearch Service instance type of the dedicated master nodes in the cluster.ClusterConfig.BuilderClusterConfig.Builder. instanceType(OpenSearchPartitionInstanceType instanceType)Instance type of data nodes in the cluster.DescribeInstanceTypeLimitsRequest.BuilderDescribeInstanceTypeLimitsRequest.Builder. instanceType(OpenSearchPartitionInstanceType instanceType)The OpenSearch Service instance type for which you need limit information.DomainNodesStatus.BuilderDomainNodesStatus.Builder. instanceType(OpenSearchPartitionInstanceType instanceType)The instance type information of the node.InstanceTypeDetails.BuilderInstanceTypeDetails.Builder. instanceType(OpenSearchPartitionInstanceType instanceType)The instance type.ReservedInstance.BuilderReservedInstance.Builder. instanceType(OpenSearchPartitionInstanceType instanceType)The OpenSearch instance type offered by theReserved Instance offering.ReservedInstanceOffering.BuilderReservedInstanceOffering.Builder. instanceType(OpenSearchPartitionInstanceType instanceType)The OpenSearch instance type offered by the Reserved Instance offering.NodeConfig.BuilderNodeConfig.Builder. type(OpenSearchPartitionInstanceType type)The instance type of a particular node within the cluster.
-