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 ListBootstrapActionsResultAbstractAmazonElasticMapReduce. listBootstrapActions(ListBootstrapActionsRequest request)ListBootstrapActionsResultAmazonElasticMapReduce. listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.ListBootstrapActionsResultAmazonElasticMapReduceClient. 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 ListBootstrapActionsResultListBootstrapActionsResult. clone()ListBootstrapActionsResultListBootstrapActionsResult. withBootstrapActions(Command... bootstrapActions)The bootstrap actions associated with the cluster .ListBootstrapActionsResultListBootstrapActionsResult. withBootstrapActions(Collection<Command> bootstrapActions)The bootstrap actions associated with the cluster .ListBootstrapActionsResultListBootstrapActionsResult. withMarker(String marker)The pagination token that indicates the next set of results to retrieve .
-