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

Packages that use ListBootstrapActionsResult
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 ListBootstrapActionsResult in com.amazonaws.services.elasticmapreduce
 

Methods in com.amazonaws.services.elasticmapreduce that return ListBootstrapActionsResult
 ListBootstrapActionsResult AmazonElasticMapReduceClient.listBootstrapActions()
           Provides information about the bootstrap actions associated with a cluster.
 ListBootstrapActionsResult AmazonElasticMapReduce.listBootstrapActions()
           Provides information about the bootstrap actions associated with a cluster.
 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.
 

Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type ListBootstrapActionsResult
 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 ListBootstrapActionsResult
 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 ListBootstrapActionsResult in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return ListBootstrapActionsResult
 ListBootstrapActionsResult ListBootstrapActionsResult.withBootstrapActions(Collection<Command> bootstrapActions)
          The bootstrap actions associated with the cluster.
 ListBootstrapActionsResult ListBootstrapActionsResult.withBootstrapActions(Command... bootstrapActions)
          The bootstrap actions associated with the cluster.
 ListBootstrapActionsResult ListBootstrapActionsResult.withMarker(String marker)
          The pagination token is a random string indicating whether there are more results to fetch.
 



Copyright © 2016. All rights reserved.