Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsRequest

Packages that use ListBootstrapActionsRequest
com.amazonaws.services.elasticmapreduce Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce. 
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of ListBootstrapActionsRequest in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce with parameters of type ListBootstrapActionsRequest
 ListBootstrapActionsResult AmazonElasticMapReduceClient.listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)
           Provides information about the bootstrap actions associated with a cluster.
 ListBootstrapActionsResult AmazonElasticMapReduce.listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)
           Provides information about the bootstrap actions associated with a cluster.
 Future<ListBootstrapActionsResult> AmazonElasticMapReduceAsyncClient.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest)
           Provides information about the bootstrap actions associated with a cluster.
 Future<ListBootstrapActionsResult> AmazonElasticMapReduceAsync.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest)
           Provides information about the bootstrap actions associated with a cluster.
 Future<ListBootstrapActionsResult> AmazonElasticMapReduceAsyncClient.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest, AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)
           Provides information about the bootstrap actions associated with a cluster.
 Future<ListBootstrapActionsResult> AmazonElasticMapReduceAsync.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest, AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)
           Provides information about the bootstrap actions associated with a cluster.
 

Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type ListBootstrapActionsRequest
 Future<ListBootstrapActionsResult> AmazonElasticMapReduceAsyncClient.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest, AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)
           Provides information about the bootstrap actions associated with a cluster.
 Future<ListBootstrapActionsResult> AmazonElasticMapReduceAsync.listBootstrapActionsAsync(ListBootstrapActionsRequest listBootstrapActionsRequest, AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)
           Provides information about the bootstrap actions associated with a cluster.
 

Uses of ListBootstrapActionsRequest in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return ListBootstrapActionsRequest
 ListBootstrapActionsRequest ListBootstrapActionsRequest.withClusterId(String clusterId)
          The cluster identifier for the bootstrap actions to list.
 ListBootstrapActionsRequest ListBootstrapActionsRequest.withMarker(String marker)
          The pagination token is a random string indicating whether there are more results to fetch.
 



Copyright © 2016. All rights reserved.