| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers |
Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks
on Amazon Elastic Kubernetes Service (Amazon EKS).
|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobTemplatesResult> |
AbstractAmazonEMRContainersAsync.listJobTemplatesAsync(ListJobTemplatesRequest request,
AsyncHandler<ListJobTemplatesRequest,ListJobTemplatesResult> asyncHandler) |
Future<ListJobTemplatesResult> |
AmazonEMRContainersAsync.listJobTemplatesAsync(ListJobTemplatesRequest listJobTemplatesRequest,
AsyncHandler<ListJobTemplatesRequest,ListJobTemplatesResult> asyncHandler)
Lists job templates based on a set of parameters.
|
Future<ListJobTemplatesResult> |
AmazonEMRContainersAsyncClient.listJobTemplatesAsync(ListJobTemplatesRequest request,
AsyncHandler<ListJobTemplatesRequest,ListJobTemplatesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesRequest |
ListJobTemplatesRequest.clone() |
ListJobTemplatesRequest |
ListJobTemplatesRequest.withCreatedAfter(Date createdAfter)
The date and time after which the job templates were created.
|
ListJobTemplatesRequest |
ListJobTemplatesRequest.withCreatedBefore(Date createdBefore)
The date and time before which the job templates were created.
|
ListJobTemplatesRequest |
ListJobTemplatesRequest.withMaxResults(Integer maxResults)
The maximum number of job templates that can be listed.
|
ListJobTemplatesRequest |
ListJobTemplatesRequest.withNextToken(String nextToken)
The token for the next set of job templates to return.
|
Copyright © 2022. All rights reserved.