| 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<ListBootstrapActionsResult> | 
AmazonElasticMapReduceAsyncClient.listBootstrapActionsAsync(ListBootstrapActionsRequest request,
                         AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)  | 
Future<ListBootstrapActionsResult> | 
AmazonElasticMapReduceAsync.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest,
                         AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)
 Provides information about the bootstrap actions associated with a cluster. 
 | 
Future<ListBootstrapActionsResult> | 
AbstractAmazonElasticMapReduceAsync.listBootstrapActionsAsync(ListBootstrapActionsRequest request,
                         AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListBootstrapActionsRequest | 
ListBootstrapActionsRequest.clone()  | 
ListBootstrapActionsRequest | 
ListBootstrapActionsRequest.withClusterId(String clusterId)
 The cluster identifier for the bootstrap actions to list. 
 | 
ListBootstrapActionsRequest | 
ListBootstrapActionsRequest.withMarker(String marker)
 The pagination token that indicates the next set of results to retrieve. 
 | 
Copyright © 2023. All rights reserved.