Package | Description |
---|---|
software.amazon.awssdk.services.batch.model | |
software.amazon.awssdk.services.batch.paginators |
Modifier and Type | Method and Description |
---|---|
List<JobDefinition> |
DescribeJobDefinitionsResponse.jobDefinitions()
The list of job definitions.
|
Modifier and Type | Method and Description |
---|---|
DescribeJobDefinitionsResponse.Builder |
DescribeJobDefinitionsResponse.Builder.jobDefinitions(JobDefinition... jobDefinitions)
The list of job definitions.
|
Modifier and Type | Method and Description |
---|---|
DescribeJobDefinitionsResponse.Builder |
DescribeJobDefinitionsResponse.Builder.jobDefinitions(Collection<JobDefinition> jobDefinitions)
The list of job definitions.
|
Modifier and Type | Method and Description |
---|---|
SdkPublisher<JobDefinition> |
DescribeJobDefinitionsPublisher.jobDefinitions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobDefinition> |
DescribeJobDefinitionsIterable.jobDefinitions()
Returns an iterable to iterate through the paginated
DescribeJobDefinitionsResponse.jobDefinitions()
member. |
Copyright © 2021. All rights reserved.