Uses of Class
software.amazon.awssdk.services.opensearch.model.Limits
-
Packages that use Limits Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of Limits in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type Limits Modifier and Type Method Description Map<String,Limits>DescribeInstanceTypeLimitsResponse. limitsByRole()Map that contains all applicable instance type limits.datarefers to data nodes.masterrefers to dedicated master nodes.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type Limits Modifier and Type Method Description DescribeInstanceTypeLimitsResponse.BuilderDescribeInstanceTypeLimitsResponse.Builder. limitsByRole(Map<String,Limits> limitsByRole)Map that contains all applicable instance type limits.datarefers to data nodes.
-