Uses of Class
software.amazon.awssdk.services.braket.model.JobEventDetails
-
Packages that use JobEventDetails Package Description software.amazon.awssdk.services.braket.model -
-
Uses of JobEventDetails in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type JobEventDetails Modifier and Type Method Description List<JobEventDetails>GetJobResponse. events()Details about the type and time events occurred related to the Amazon Braket job.Methods in software.amazon.awssdk.services.braket.model with parameters of type JobEventDetails Modifier and Type Method Description GetJobResponse.BuilderGetJobResponse.Builder. events(JobEventDetails... events)Details about the type and time events occurred related to the Amazon Braket job.Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type JobEventDetails Modifier and Type Method Description GetJobResponse.BuilderGetJobResponse.Builder. events(Collection<JobEventDetails> events)Details about the type and time events occurred related to the Amazon Braket job.
-