Uses of Class
software.amazon.awssdk.services.deadline.model.JobEntity
-
Packages that use JobEntity Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of JobEntity in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return JobEntity Modifier and Type Method Description static JobEntityJobEntity. fromEnvironmentDetails(Consumer<EnvironmentDetailsEntity.Builder> environmentDetails)Create an instance of this class withenvironmentDetails()initialized to the given value.static JobEntityJobEntity. fromEnvironmentDetails(EnvironmentDetailsEntity environmentDetails)Create an instance of this class withenvironmentDetails()initialized to the given value.static JobEntityJobEntity. fromJobAttachmentDetails(Consumer<JobAttachmentDetailsEntity.Builder> jobAttachmentDetails)Create an instance of this class withjobAttachmentDetails()initialized to the given value.static JobEntityJobEntity. fromJobAttachmentDetails(JobAttachmentDetailsEntity jobAttachmentDetails)Create an instance of this class withjobAttachmentDetails()initialized to the given value.static JobEntityJobEntity. fromJobDetails(Consumer<JobDetailsEntity.Builder> jobDetails)Create an instance of this class withjobDetails()initialized to the given value.static JobEntityJobEntity. fromJobDetails(JobDetailsEntity jobDetails)Create an instance of this class withjobDetails()initialized to the given value.static JobEntityJobEntity. fromStepDetails(Consumer<StepDetailsEntity.Builder> stepDetails)Create an instance of this class withstepDetails()initialized to the given value.static JobEntityJobEntity. fromStepDetails(StepDetailsEntity 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 JobEntity Modifier and Type Method Description List<JobEntity>BatchGetJobEntityResponse. entities()A list of the job entities, or details, in the batch.Methods in software.amazon.awssdk.services.deadline.model with parameters of type JobEntity Modifier and Type Method Description BatchGetJobEntityResponse.BuilderBatchGetJobEntityResponse.Builder. entities(JobEntity... entities)A list of the job entities, or details, in the batch.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type JobEntity Modifier and Type Method Description BatchGetJobEntityResponse.BuilderBatchGetJobEntityResponse.Builder. entities(Collection<JobEntity> entities)A list of the job entities, or details, in the batch.
-