| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStartRecommendationsErrorEntry |
BatchStartRecommendationsErrorEntry.clone() |
BatchStartRecommendationsErrorEntry |
BatchStartRecommendationsErrorEntry.withCode(String code)
The code of an error that occurred during the analysis of the source database.
|
BatchStartRecommendationsErrorEntry |
BatchStartRecommendationsErrorEntry.withDatabaseId(String databaseId)
The identifier of the source database.
|
BatchStartRecommendationsErrorEntry |
BatchStartRecommendationsErrorEntry.withMessage(String message)
The information about the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchStartRecommendationsErrorEntry> |
BatchStartRecommendationsResult.getErrorEntries()
A list with error details about the analysis of each source database.
|
| Modifier and Type | Method and Description |
|---|---|
BatchStartRecommendationsResult |
BatchStartRecommendationsResult.withErrorEntries(BatchStartRecommendationsErrorEntry... errorEntries)
A list with error details about the analysis of each source database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStartRecommendationsResult.setErrorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
|
BatchStartRecommendationsResult |
BatchStartRecommendationsResult.withErrorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
|
Copyright © 2023. All rights reserved.