| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSupportedInstanceTypesResult> |
AmazonElasticMapReduceAsyncClient.listSupportedInstanceTypesAsync(ListSupportedInstanceTypesRequest request,
AsyncHandler<ListSupportedInstanceTypesRequest,ListSupportedInstanceTypesResult> asyncHandler) |
Future<ListSupportedInstanceTypesResult> |
AmazonElasticMapReduceAsync.listSupportedInstanceTypesAsync(ListSupportedInstanceTypesRequest listSupportedInstanceTypesRequest,
AsyncHandler<ListSupportedInstanceTypesRequest,ListSupportedInstanceTypesResult> asyncHandler)
A list of the instance types that Amazon EMR supports.
|
Future<ListSupportedInstanceTypesResult> |
AbstractAmazonElasticMapReduceAsync.listSupportedInstanceTypesAsync(ListSupportedInstanceTypesRequest request,
AsyncHandler<ListSupportedInstanceTypesRequest,ListSupportedInstanceTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedInstanceTypesRequest |
ListSupportedInstanceTypesRequest.clone() |
ListSupportedInstanceTypesRequest |
ListSupportedInstanceTypesRequest.withMarker(String marker)
The pagination token that marks the next set of results to retrieve.
|
ListSupportedInstanceTypesRequest |
ListSupportedInstanceTypesRequest.withReleaseLabel(String releaseLabel)
The Amazon EMR release label determines the versions of
open-source application packages that Amazon EMR has installed on the cluster.
|
Copyright © 2023. All rights reserved.