| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListBootstrapActionsResponse |
EmrClient.listBootstrapActions(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default ListBootstrapActionsResponse |
EmrClient.listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBootstrapActionsResponse> |
EmrAsyncClient.listBootstrapActions(Consumer<ListBootstrapActionsRequest.Builder> listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default CompletableFuture<ListBootstrapActionsResponse> |
EmrAsyncClient.listBootstrapActions(ListBootstrapActionsRequest listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBootstrapActionsResponse> |
ListBootstrapActionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBootstrapActionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBootstrapActionsResponse> subscriber) |
Copyright © 2022. All rights reserved.