| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBootstrapActionsResponse> |
EmrAsyncClient.listBootstrapActions(ListBootstrapActionsRequest 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.
|
default ListBootstrapActionsPublisher |
EmrAsyncClient.listBootstrapActionsPaginator(ListBootstrapActionsRequest listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
default ListBootstrapActionsIterable |
EmrClient.listBootstrapActionsPaginator(ListBootstrapActionsRequest listBootstrapActionsRequest)
Provides information about the bootstrap actions associated with a cluster.
|
| Constructor and Description |
|---|
ListBootstrapActionsIterable(EmrClient client,
ListBootstrapActionsRequest firstRequest) |
ListBootstrapActionsPublisher(EmrAsyncClient client,
ListBootstrapActionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListBootstrapActionsRequestMarshaller.marshall(ListBootstrapActionsRequest listBootstrapActionsRequest) |
Copyright © 2022. All rights reserved.