| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteUniqueIdError |
DeleteUniqueIdError.clone() |
DeleteUniqueIdError |
DeleteUniqueIdError.withErrorType(DeleteUniqueIdErrorType errorType)
The error type for the batch delete unique ID operation.
|
DeleteUniqueIdError |
DeleteUniqueIdError.withErrorType(String errorType)
The error type for the batch delete unique ID operation.
|
DeleteUniqueIdError |
DeleteUniqueIdError.withUniqueId(String uniqueId)
The unique ID that could not be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeleteUniqueIdError> |
BatchDeleteUniqueIdResult.getErrors()
The errors from deleting multiple unique IDs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteUniqueIdResult |
BatchDeleteUniqueIdResult.withErrors(DeleteUniqueIdError... errors)
The errors from deleting multiple unique IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteUniqueIdResult.setErrors(Collection<DeleteUniqueIdError> errors)
The errors from deleting multiple unique IDs.
|
BatchDeleteUniqueIdResult |
BatchDeleteUniqueIdResult.withErrors(Collection<DeleteUniqueIdError> errors)
The errors from deleting multiple unique IDs.
|
Copyright © 2025. All rights reserved.