Uses of Class
software.amazon.awssdk.services.emrcontainers.model.JobTemplate
-
Packages that use JobTemplate Package Description software.amazon.awssdk.services.emrcontainers.model software.amazon.awssdk.services.emrcontainers.paginators -
-
Uses of JobTemplate in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return JobTemplate Modifier and Type Method Description JobTemplateDescribeJobTemplateResponse. jobTemplate()This output displays information about the specified job template.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type JobTemplate Modifier and Type Method Description List<JobTemplate>ListJobTemplatesResponse. templates()This output lists information about the specified job templates.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type JobTemplate Modifier and Type Method Description DescribeJobTemplateResponse.BuilderDescribeJobTemplateResponse.Builder. jobTemplate(JobTemplate jobTemplate)This output displays information about the specified job template.ListJobTemplatesResponse.BuilderListJobTemplatesResponse.Builder. templates(JobTemplate... templates)This output lists information about the specified job templates.Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type JobTemplate Modifier and Type Method Description ListJobTemplatesResponse.BuilderListJobTemplatesResponse.Builder. templates(Collection<JobTemplate> templates)This output lists information about the specified job templates. -
Uses of JobTemplate in software.amazon.awssdk.services.emrcontainers.paginators
Methods in software.amazon.awssdk.services.emrcontainers.paginators that return types with arguments of type JobTemplate Modifier and Type Method Description SdkIterable<JobTemplate>ListJobTemplatesIterable. templates()Returns an iterable to iterate through the paginatedListJobTemplatesResponse.templates()member.SdkPublisher<JobTemplate>ListJobTemplatesPublisher. templates()Returns a publisher that can be used to get a stream of data.
-