Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CollectionErrorDetail
-
Packages that use CollectionErrorDetail Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of CollectionErrorDetail in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type CollectionErrorDetail Modifier and Type Method Description List<CollectionErrorDetail>BatchGetCollectionResponse. collectionErrorDetails()Error information for the request.Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type CollectionErrorDetail Modifier and Type Method Description BatchGetCollectionResponse.BuilderBatchGetCollectionResponse.Builder. collectionErrorDetails(CollectionErrorDetail... collectionErrorDetails)Error information for the request.Method parameters in software.amazon.awssdk.services.opensearchserverless.model with type arguments of type CollectionErrorDetail Modifier and Type Method Description BatchGetCollectionResponse.BuilderBatchGetCollectionResponse.Builder. collectionErrorDetails(Collection<CollectionErrorDetail> collectionErrorDetails)Error information for the request.
-