Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
CollectionErrorDetail |
CollectionErrorDetail.clone() |
CollectionErrorDetail |
CollectionErrorDetail.withErrorCode(String errorCode)
The error code for the request.
|
CollectionErrorDetail |
CollectionErrorDetail.withErrorMessage(String errorMessage)
A description of the error.
|
CollectionErrorDetail |
CollectionErrorDetail.withId(String id)
If the request contains collection IDs, the response includes the IDs provided in the request.
|
CollectionErrorDetail |
CollectionErrorDetail.withName(String name)
If the request contains collection names, the response includes the names provided in the request.
|
Modifier and Type | Method and Description |
---|---|
List<CollectionErrorDetail> |
BatchGetCollectionResult.getCollectionErrorDetails()
Error information for the request.
|
Modifier and Type | Method and Description |
---|---|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionErrorDetails(CollectionErrorDetail... collectionErrorDetails)
Error information for the request.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetCollectionResult.setCollectionErrorDetails(Collection<CollectionErrorDetail> collectionErrorDetails)
Error information for the request.
|
BatchGetCollectionResult |
BatchGetCollectionResult.withCollectionErrorDetails(Collection<CollectionErrorDetail> collectionErrorDetails)
Error information for the request.
|
Copyright © 2023. All rights reserved.