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