Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsResult
-
Packages that use ListBootstrapActionsResult Package Description com.amazonaws.services.elasticmapreduce com.amazonaws.services.elasticmapreduce.model -
-
Uses of ListBootstrapActionsResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return ListBootstrapActionsResult Modifier and Type Method Description ListBootstrapActionsResult
AbstractAmazonElasticMapReduce. listBootstrapActions(ListBootstrapActionsRequest request)
ListBootstrapActionsResult
AmazonElasticMapReduce. listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)
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.Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type ListBootstrapActionsResult Modifier and Type Method Description Future<ListBootstrapActionsResult>
AbstractAmazonElasticMapReduceAsync. 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>
AmazonElasticMapReduceAsyncClient. listBootstrapActionsAsync(ListBootstrapActionsRequest request, AsyncHandler<ListBootstrapActionsRequest,ListBootstrapActionsResult> asyncHandler)
-
Uses of ListBootstrapActionsResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ListBootstrapActionsResult Modifier and Type Method Description ListBootstrapActionsResult
ListBootstrapActionsResult. clone()
ListBootstrapActionsResult
ListBootstrapActionsResult. withBootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster .ListBootstrapActionsResult
ListBootstrapActionsResult. withBootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster .ListBootstrapActionsResult
ListBootstrapActionsResult. withMarker(String marker)
The pagination token that indicates the next set of results to retrieve .
-