Uses of Class
software.amazon.awssdk.services.deadline.model.JobAttachmentDetailsError
-
Packages that use JobAttachmentDetailsError Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobAttachmentDetailsError in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobAttachmentDetailsError Modifier and Type Method Description JobAttachmentDetailsErrorGetJobEntityError. jobAttachmentDetails()The job attachment details for the failed job entity.Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobAttachmentDetailsError Modifier and Type Method Description static GetJobEntityErrorGetJobEntityError. fromJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)Create an instance of this class withGetJobEntityError.jobAttachmentDetails()initialized to the given value.GetJobEntityError.BuilderGetJobEntityError.Builder. jobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)The job attachment details for the failed job entity.
-