| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model | |
| software.amazon.awssdk.services.emrcontainers.paginators |
| Modifier and Type | Method and Description |
|---|---|
JobTemplate |
DescribeJobTemplateResponse.jobTemplate()
This output displays information about the specified job template.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobTemplate> |
ListJobTemplatesResponse.templates()
This output lists information about the specified job templates.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobTemplateResponse.Builder |
DescribeJobTemplateResponse.Builder.jobTemplate(JobTemplate jobTemplate)
This output displays information about the specified job template.
|
ListJobTemplatesResponse.Builder |
ListJobTemplatesResponse.Builder.templates(JobTemplate... templates)
This output lists information about the specified job templates.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesResponse.Builder |
ListJobTemplatesResponse.Builder.templates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<JobTemplate> |
ListJobTemplatesPublisher.templates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobTemplate> |
ListJobTemplatesIterable.templates()
Returns an iterable to iterate through the paginated
ListJobTemplatesResponse.templates() member. |
Copyright © 2023. All rights reserved.