Uses of Class
software.amazon.awssdk.services.deadline.model.JobAttachmentDetailsEntity
-
Packages that use JobAttachmentDetailsEntity Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobAttachmentDetailsEntity in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobAttachmentDetailsEntity Modifier and Type Method Description JobAttachmentDetailsEntityJobEntity. jobAttachmentDetails()The job attachment details.Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobAttachmentDetailsEntity Modifier and Type Method Description static JobEntityJobEntity. fromJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)Create an instance of this class withJobEntity.jobAttachmentDetails()initialized to the given value.JobEntity.BuilderJobEntity.Builder. jobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)The job attachment details.
-