| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorResult |
ErrorResult.clone() |
ErrorResult |
ErrorResult.withErrorCode(String errorCode)
The error code.
|
ErrorResult |
ErrorResult.withErrorMessage(String errorMessage)
The corresponding error message for the error code.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorResult> |
BatchDisassociateAnalyticsDataSetResult.getErrors()
A list of errors for any datasets not successfully removed.
|
List<ErrorResult> |
BatchAssociateAnalyticsDataSetResult.getErrors()
A list of errors for datasets that aren't successfully associated with the target account.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateAnalyticsDataSetResult |
BatchDisassociateAnalyticsDataSetResult.withErrors(ErrorResult... errors)
A list of errors for any datasets not successfully removed.
|
BatchAssociateAnalyticsDataSetResult |
BatchAssociateAnalyticsDataSetResult.withErrors(ErrorResult... errors)
A list of errors for datasets that aren't successfully associated with the target account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisassociateAnalyticsDataSetResult.setErrors(Collection<ErrorResult> errors)
A list of errors for any datasets not successfully removed.
|
void |
BatchAssociateAnalyticsDataSetResult.setErrors(Collection<ErrorResult> errors)
A list of errors for datasets that aren't successfully associated with the target account.
|
BatchDisassociateAnalyticsDataSetResult |
BatchDisassociateAnalyticsDataSetResult.withErrors(Collection<ErrorResult> errors)
A list of errors for any datasets not successfully removed.
|
BatchAssociateAnalyticsDataSetResult |
BatchAssociateAnalyticsDataSetResult.withErrors(Collection<ErrorResult> errors)
A list of errors for datasets that aren't successfully associated with the target account.
|
Copyright © 2024. All rights reserved.