Uses of Class
software.amazon.awssdk.services.deadline.model.GetJobEntityError
-
Packages that use GetJobEntityError Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of GetJobEntityError in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return GetJobEntityError Modifier and Type Method Description static GetJobEntityErrorGetJobEntityError. fromEnvironmentDetails(Consumer<EnvironmentDetailsError.Builder> environmentDetails)Create an instance of this class withenvironmentDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromEnvironmentDetails(EnvironmentDetailsError environmentDetails)Create an instance of this class withenvironmentDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromJobAttachmentDetails(Consumer<JobAttachmentDetailsError.Builder> jobAttachmentDetails)Create an instance of this class withjobAttachmentDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)Create an instance of this class withjobAttachmentDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromJobDetails(Consumer<JobDetailsError.Builder> jobDetails)Create an instance of this class withjobDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromJobDetails(JobDetailsError jobDetails)Create an instance of this class withjobDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromStepDetails(Consumer<StepDetailsError.Builder> stepDetails)Create an instance of this class withstepDetails()initialized to the given value.static GetJobEntityErrorGetJobEntityError. fromStepDetails(StepDetailsError stepDetails)Create an instance of this class withstepDetails()initialized to the given value.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type GetJobEntityError Modifier and Type Method Description List<GetJobEntityError>BatchGetJobEntityResponse. errors()A list of errors from the job error logs for the batch.Methods in software.amazon.awssdk.services.deadline.model with parameters of type GetJobEntityError Modifier and Type Method Description BatchGetJobEntityResponse.BuilderBatchGetJobEntityResponse.Builder. errors(GetJobEntityError... errors)A list of errors from the job error logs for the batch.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type GetJobEntityError Modifier and Type Method Description BatchGetJobEntityResponse.BuilderBatchGetJobEntityResponse.Builder. errors(Collection<GetJobEntityError> errors)A list of errors from the job error logs for the batch.
-