| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
PutTargetsResultEntry |
PutTargetsResultEntry.clone() |
PutTargetsResultEntry |
PutTargetsResultEntry.withErrorCode(String errorCode)
The error code that indicates why the target addition failed.
|
PutTargetsResultEntry |
PutTargetsResultEntry.withErrorMessage(String errorMessage)
The error message that explains why the target addition failed.
|
PutTargetsResultEntry |
PutTargetsResultEntry.withTargetId(String targetId)
The ID of the target.
|
| Modifier and Type | Method and Description |
|---|---|
List<PutTargetsResultEntry> |
PutTargetsResult.getFailedEntries()
The failed target entries.
|
| Modifier and Type | Method and Description |
|---|---|
PutTargetsResult |
PutTargetsResult.withFailedEntries(PutTargetsResultEntry... failedEntries)
The failed target entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutTargetsResult.setFailedEntries(Collection<PutTargetsResultEntry> failedEntries)
The failed target entries.
|
PutTargetsResult |
PutTargetsResult.withFailedEntries(Collection<PutTargetsResultEntry> failedEntries)
The failed target entries.
|
Copyright © 2023. All rights reserved.