Uses of Class
software.amazon.awssdk.services.opensearch.model.InstanceTypeDetails
-
Packages that use InstanceTypeDetails Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of InstanceTypeDetails in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type InstanceTypeDetails Modifier and Type Method Description List<InstanceTypeDetails>ListInstanceTypeDetailsResponse. instanceTypeDetails()Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type InstanceTypeDetails Modifier and Type Method Description ListInstanceTypeDetailsResponse.BuilderListInstanceTypeDetailsResponse.Builder. instanceTypeDetails(InstanceTypeDetails... instanceTypeDetails)Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type InstanceTypeDetails Modifier and Type Method Description ListInstanceTypeDetailsResponse.BuilderListInstanceTypeDetailsResponse.Builder. instanceTypeDetails(Collection<InstanceTypeDetails> instanceTypeDetails)Lists all supported instance types and features for the given OpenSearch or Elasticsearch version.
-