| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
RunJobFlowRequest.applications()
Applies to Amazon EMR releases 4.0 and later.
|
List<Application> |
Cluster.applications()
The applications installed on this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.Builder.applications(Application... applications)
Applies to Amazon EMR releases 4.0 and later.
|
Cluster.Builder |
Cluster.Builder.applications(Application... applications)
The applications installed on this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.Builder.applications(Collection<Application> applications)
Applies to Amazon EMR releases 4.0 and later.
|
Cluster.Builder |
Cluster.Builder.applications(Collection<Application> applications)
The applications installed on this cluster.
|
Copyright © 2023. All rights reserved.