| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsResultEntry |
PutProjectEventsResultEntry.clone() |
PutProjectEventsResultEntry |
PutProjectEventsResultEntry.withErrorCode(String errorCode)
If the
PutProjectEvents operation has an error, the error code is returned here. |
PutProjectEventsResultEntry |
PutProjectEventsResultEntry.withErrorMessage(String errorMessage)
If the
PutProjectEvents operation has an error, the error message is returned here. |
PutProjectEventsResultEntry |
PutProjectEventsResultEntry.withEventId(String eventId)
A unique ID assigned to this
PutProjectEvents operation. |
| Modifier and Type | Method and Description |
|---|---|
List<PutProjectEventsResultEntry> |
PutProjectEventsResult.getEventResults()
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
| Modifier and Type | Method and Description |
|---|---|
PutProjectEventsResult |
PutProjectEventsResult.withEventResults(PutProjectEventsResultEntry... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutProjectEventsResult.setEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
PutProjectEventsResult |
PutProjectEventsResult.withEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
Copyright © 2024. All rights reserved.