Uses of Class
software.amazon.awssdk.services.batch.model.JobDefinition
-
Packages that use JobDefinition Package Description software.amazon.awssdk.services.batch.model software.amazon.awssdk.services.batch.paginators -
-
Uses of JobDefinition in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type JobDefinition Modifier and Type Method Description List<JobDefinition>DescribeJobDefinitionsResponse. jobDefinitions()The list of job definitions.Methods in software.amazon.awssdk.services.batch.model with parameters of type JobDefinition Modifier and Type Method Description DescribeJobDefinitionsResponse.BuilderDescribeJobDefinitionsResponse.Builder. jobDefinitions(JobDefinition... jobDefinitions)The list of job definitions.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type JobDefinition Modifier and Type Method Description DescribeJobDefinitionsResponse.BuilderDescribeJobDefinitionsResponse.Builder. jobDefinitions(Collection<JobDefinition> jobDefinitions)The list of job definitions. -
Uses of JobDefinition in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type JobDefinition Modifier and Type Method Description SdkIterable<JobDefinition>DescribeJobDefinitionsIterable. jobDefinitions()Returns an iterable to iterate through the paginatedDescribeJobDefinitionsResponse.jobDefinitions()member.SdkPublisher<JobDefinition>DescribeJobDefinitionsPublisher. jobDefinitions()Returns a publisher that can be used to get a stream of data.
-