Uses of Class
software.amazon.awssdk.services.emr.model.ListBootstrapActionsRequest
-
Packages that use ListBootstrapActionsRequest Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.paginators software.amazon.awssdk.services.emr.transform -
-
Uses of ListBootstrapActionsRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type ListBootstrapActionsRequest Modifier and Type Method Description default CompletableFuture<ListBootstrapActionsResponse>EmrAsyncClient. listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.default ListBootstrapActionsResponseEmrClient. listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.default ListBootstrapActionsPublisherEmrAsyncClient. listBootstrapActionsPaginator(ListBootstrapActionsRequest listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster.default ListBootstrapActionsIterableEmrClient. listBootstrapActionsPaginator(ListBootstrapActionsRequest listBootstrapActionsRequest)Provides information about the bootstrap actions associated with a cluster. -
Uses of ListBootstrapActionsRequest in software.amazon.awssdk.services.emr.paginators
Constructors in software.amazon.awssdk.services.emr.paginators with parameters of type ListBootstrapActionsRequest Constructor Description ListBootstrapActionsIterable(EmrClient client, ListBootstrapActionsRequest firstRequest)ListBootstrapActionsPublisher(EmrAsyncClient client, ListBootstrapActionsRequest firstRequest) -
Uses of ListBootstrapActionsRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type ListBootstrapActionsRequest Modifier and Type Method Description SdkHttpFullRequestListBootstrapActionsRequestMarshaller. marshall(ListBootstrapActionsRequest listBootstrapActionsRequest)
-