| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.builder() |
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.Builder.collectionDetails(Collection<CollectionDetail> collectionDetails)
Details about each collection.
|
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.Builder.collectionDetails(CollectionDetail... collectionDetails)
Details about each collection.
|
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.Builder.collectionDetails(Consumer<CollectionDetail.Builder>... collectionDetails)
Details about each collection.
|
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.Builder.collectionErrorDetails(Collection<CollectionErrorDetail> collectionErrorDetails)
Error information for the request.
|
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.Builder.collectionErrorDetails(CollectionErrorDetail... collectionErrorDetails)
Error information for the request.
|
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.Builder.collectionErrorDetails(Consumer<CollectionErrorDetail.Builder>... collectionErrorDetails)
Error information for the request.
|
BatchGetCollectionResponse.Builder |
BatchGetCollectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetCollectionResponse.Builder> |
BatchGetCollectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.