Uses of Class
com.amazonaws.services.elasticmapreduce.model.ListBootstrapActionsRequest
Packages that use ListBootstrapActionsRequest
Package
Description
-
Uses of ListBootstrapActionsRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type ListBootstrapActionsRequestModifier 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.AbstractAmazonElasticMapReduceAsync.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 ListBootstrapActionsRequestModifier 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 ListBootstrapActionsRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ListBootstrapActionsRequestModifier and TypeMethodDescriptionListBootstrapActionsRequest.clone()
ListBootstrapActionsRequest.withClusterId
(String clusterId) The cluster identifier for the bootstrap actions to list .ListBootstrapActionsRequest.withMarker
(String marker) The pagination token that indicates the next set of results to retrieve .