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