| 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<CreateManagedEndpointResult> |
AmazonEMRContainersAsyncClient.createManagedEndpointAsync(CreateManagedEndpointRequest request,
AsyncHandler<CreateManagedEndpointRequest,CreateManagedEndpointResult> asyncHandler) |
Future<CreateManagedEndpointResult> |
AmazonEMRContainersAsync.createManagedEndpointAsync(CreateManagedEndpointRequest createManagedEndpointRequest,
AsyncHandler<CreateManagedEndpointRequest,CreateManagedEndpointResult> asyncHandler)
Creates a managed endpoint.
|
Future<CreateManagedEndpointResult> |
AbstractAmazonEMRContainersAsync.createManagedEndpointAsync(CreateManagedEndpointRequest request,
AsyncHandler<CreateManagedEndpointRequest,CreateManagedEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.clone() |
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withCertificateArn(String certificateArn)
Deprecated.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withClientToken(String clientToken)
The client idempotency token for this create call.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withConfigurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that will be used to override existing configurations.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withExecutionRoleArn(String executionRoleArn)
The ARN of the execution role.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withName(String name)
The name of the managed endpoint.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withReleaseLabel(String releaseLabel)
The Amazon EMR release version.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withTags(Map<String,String> tags)
The tags of the managed endpoint.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withType(String type)
The type of the managed endpoint.
|
CreateManagedEndpointRequest |
CreateManagedEndpointRequest.withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which a managed endpoint is created.
|
Copyright © 2024. All rights reserved.