| 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<ListManagedEndpointsResult> |
AbstractAmazonEMRContainersAsync.listManagedEndpointsAsync(ListManagedEndpointsRequest request,
AsyncHandler<ListManagedEndpointsRequest,ListManagedEndpointsResult> asyncHandler) |
Future<ListManagedEndpointsResult> |
AmazonEMRContainersAsync.listManagedEndpointsAsync(ListManagedEndpointsRequest listManagedEndpointsRequest,
AsyncHandler<ListManagedEndpointsRequest,ListManagedEndpointsResult> asyncHandler)
Lists managed endpoints based on a set of parameters.
|
Future<ListManagedEndpointsResult> |
AmazonEMRContainersAsyncClient.listManagedEndpointsAsync(ListManagedEndpointsRequest request,
AsyncHandler<ListManagedEndpointsRequest,ListManagedEndpointsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.clone() |
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withCreatedAfter(Date createdAfter)
The date and time after which the endpoints are created.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withCreatedBefore(Date createdBefore)
The date and time before which the endpoints are created.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withMaxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withNextToken(String nextToken)
The token for the next set of managed endpoints to return.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withStates(Collection<String> states)
The states of the managed endpoints.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withStates(EndpointState... states)
The states of the managed endpoints.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withStates(String... states)
The states of the managed endpoints.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withTypes(Collection<String> types)
The types of the managed endpoints.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withTypes(String... types)
The types of the managed endpoints.
|
ListManagedEndpointsRequest |
ListManagedEndpointsRequest.withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
|
Copyright © 2025. All rights reserved.