| 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 |
|---|---|
CreateManagedEndpointResult |
AbstractAmazonEMRContainers.createManagedEndpoint(CreateManagedEndpointRequest request) |
CreateManagedEndpointResult |
AmazonEMRContainers.createManagedEndpoint(CreateManagedEndpointRequest createManagedEndpointRequest)
Creates a managed endpoint.
|
CreateManagedEndpointResult |
AmazonEMRContainersClient.createManagedEndpoint(CreateManagedEndpointRequest request)
Creates a managed endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateManagedEndpointResult> |
AbstractAmazonEMRContainersAsync.createManagedEndpointAsync(CreateManagedEndpointRequest request,
AsyncHandler<CreateManagedEndpointRequest,CreateManagedEndpointResult> asyncHandler) |
Future<CreateManagedEndpointResult> |
AmazonEMRContainersAsync.createManagedEndpointAsync(CreateManagedEndpointRequest createManagedEndpointRequest,
AsyncHandler<CreateManagedEndpointRequest,CreateManagedEndpointResult> asyncHandler)
Creates a managed endpoint.
|
Future<CreateManagedEndpointResult> |
AmazonEMRContainersAsyncClient.createManagedEndpointAsync(CreateManagedEndpointRequest request,
AsyncHandler<CreateManagedEndpointRequest,CreateManagedEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateManagedEndpointResult |
CreateManagedEndpointResult.clone() |
CreateManagedEndpointResult |
CreateManagedEndpointResult.withArn(String arn)
The output contains the ARN of the managed endpoint.
|
CreateManagedEndpointResult |
CreateManagedEndpointResult.withId(String id)
The output contains the ID of the managed endpoint.
|
CreateManagedEndpointResult |
CreateManagedEndpointResult.withName(String name)
The output contains the name of the managed endpoint.
|
CreateManagedEndpointResult |
CreateManagedEndpointResult.withVirtualClusterId(String virtualClusterId)
The output contains the ID of the virtual cluster.
|
Copyright © 2024. All rights reserved.