| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model | |
| software.amazon.awssdk.services.emr.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Command> |
ListBootstrapActionsResponse.bootstrapActions()
The bootstrap actions associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.Builder.bootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.Builder.bootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Command> |
ListBootstrapActionsPublisher.bootstrapActions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Command> |
ListBootstrapActionsIterable.bootstrapActions()
Returns an iterable to iterate through the paginated
ListBootstrapActionsResponse.bootstrapActions()
member. |
Copyright © 2022. All rights reserved.