Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CollectionDetail
-
Packages that use CollectionDetail Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of CollectionDetail in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type CollectionDetail Modifier and Type Method Description List<CollectionDetail>BatchGetCollectionResponse. collectionDetails()Details about each collection.Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type CollectionDetail Modifier and Type Method Description BatchGetCollectionResponse.BuilderBatchGetCollectionResponse.Builder. collectionDetails(CollectionDetail... collectionDetails)Details about each collection.Method parameters in software.amazon.awssdk.services.opensearchserverless.model with type arguments of type CollectionDetail Modifier and Type Method Description BatchGetCollectionResponse.BuilderBatchGetCollectionResponse.Builder. collectionDetails(Collection<CollectionDetail> collectionDetails)Details about each collection.
-