| 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 |
|---|---|
ListSupportedInstanceTypesResult |
AbstractAmazonElasticMapReduce.listSupportedInstanceTypes(ListSupportedInstanceTypesRequest request) |
ListSupportedInstanceTypesResult |
AmazonElasticMapReduceClient.listSupportedInstanceTypes(ListSupportedInstanceTypesRequest request)
A list of the instance types that Amazon EMR supports.
|
ListSupportedInstanceTypesResult |
AmazonElasticMapReduce.listSupportedInstanceTypes(ListSupportedInstanceTypesRequest listSupportedInstanceTypesRequest)
A list of the instance types that Amazon EMR supports.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSupportedInstanceTypesResult> |
AbstractAmazonElasticMapReduceAsync.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> |
AmazonElasticMapReduceAsyncClient.listSupportedInstanceTypesAsync(ListSupportedInstanceTypesRequest request,
AsyncHandler<ListSupportedInstanceTypesRequest,ListSupportedInstanceTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedInstanceTypesResult |
ListSupportedInstanceTypesResult.clone() |
ListSupportedInstanceTypesResult |
ListSupportedInstanceTypesResult.withMarker(String marker)
The pagination token that marks the next set of results to retrieve.
|
ListSupportedInstanceTypesResult |
ListSupportedInstanceTypesResult.withSupportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
ListSupportedInstanceTypesResult |
ListSupportedInstanceTypesResult.withSupportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)
The list of instance types that the release specified in
ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region. |
Copyright © 2024. All rights reserved.