| 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 |
|---|---|
ListManagedEndpointsResult |
AmazonEMRContainers.listManagedEndpoints(ListManagedEndpointsRequest listManagedEndpointsRequest)
Lists managed endpoints based on a set of parameters.
|
ListManagedEndpointsResult |
AbstractAmazonEMRContainers.listManagedEndpoints(ListManagedEndpointsRequest request) |
ListManagedEndpointsResult |
AmazonEMRContainersClient.listManagedEndpoints(ListManagedEndpointsRequest request)
Lists managed endpoints based on a set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListManagedEndpointsResult> |
AbstractAmazonEMRContainersAsync.listManagedEndpointsAsync(ListManagedEndpointsRequest request,
AsyncHandler<ListManagedEndpointsRequest,ListManagedEndpointsResult> asyncHandler) |
Future<ListManagedEndpointsResult> |
AmazonEMRContainersAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListManagedEndpointsResult |
ListManagedEndpointsResult.clone() |
ListManagedEndpointsResult |
ListManagedEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
The managed endpoints to be listed.
|
ListManagedEndpointsResult |
ListManagedEndpointsResult.withEndpoints(Endpoint... endpoints)
The managed endpoints to be listed.
|
ListManagedEndpointsResult |
ListManagedEndpointsResult.withNextToken(String nextToken)
The token for the next set of endpoints to return.
|
Copyright © 2021. All rights reserved.