Uses of Class
software.amazon.awssdk.services.braket.model.JobEventType
-
Packages that use JobEventType Package Description software.amazon.awssdk.services.braket.model -
-
Uses of JobEventType in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return JobEventType Modifier and Type Method Description JobEventTypeJobEventDetails. eventType()The type of event that occurred related to the Amazon Braket job.static JobEventTypeJobEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static JobEventTypeJobEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobEventType[]JobEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type JobEventType Modifier and Type Method Description static Set<JobEventType>JobEventType. knownValues()Methods in software.amazon.awssdk.services.braket.model with parameters of type JobEventType Modifier and Type Method Description JobEventDetails.BuilderJobEventDetails.Builder. eventType(JobEventType eventType)The type of event that occurred related to the Amazon Braket job.
-