| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeErrorDetail |
BatchDescribeErrorDetail.clone() |
BatchDescribeErrorDetail |
BatchDescribeErrorDetail.withErrorCode(String errorCode)
The error code returned.
|
BatchDescribeErrorDetail |
BatchDescribeErrorDetail.withErrorMessage(String errorMessage)
The error message returned.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BatchDescribeErrorDetail> |
BatchDescribeEntitiesResult.getErrors()
A map of errors returned, with
EntityId as the key and errorDetail as the value. |
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeEntitiesResult |
BatchDescribeEntitiesResult.addErrorsEntry(String key,
BatchDescribeErrorDetail value)
Add a single Errors entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeEntitiesResult.setErrors(Map<String,BatchDescribeErrorDetail> errors)
A map of errors returned, with
EntityId as the key and errorDetail as the value. |
BatchDescribeEntitiesResult |
BatchDescribeEntitiesResult.withErrors(Map<String,BatchDescribeErrorDetail> errors)
A map of errors returned, with
EntityId as the key and errorDetail as the value. |
Copyright © 2024. All rights reserved.