| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
JobEventDetails |
JobEventDetails.clone() |
JobEventDetails |
JobEventDetails.withEventType(JobEventType eventType)
The type of event that occurred related to the Amazon Braket job.
|
JobEventDetails |
JobEventDetails.withEventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
|
JobEventDetails |
JobEventDetails.withMessage(String message)
A message describing the event that occurred related to the Amazon Braket job.
|
JobEventDetails |
JobEventDetails.withTimeOfEvent(Date timeOfEvent)
The type of event that occurred related to the Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobEventDetails> |
GetJobResult.getEvents()
Details about the type and time events occurred related to the Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
GetJobResult.withEvents(JobEventDetails... events)
Details about the type and time events occurred related to the Amazon Braket job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setEvents(Collection<JobEventDetails> events)
Details about the type and time events occurred related to the Amazon Braket job.
|
GetJobResult |
GetJobResult.withEvents(Collection<JobEventDetails> events)
Details about the type and time events occurred related to the Amazon Braket job.
|
Copyright © 2023. All rights reserved.