| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| Modifier and Type | Method and Description |
|---|---|
default ModifyClusterResponse |
EmrClient.modifyCluster(Consumer<ModifyClusterRequest.Builder> modifyClusterRequest)
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
default ModifyClusterResponse |
EmrClient.modifyCluster(ModifyClusterRequest modifyClusterRequest)
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyClusterResponse> |
EmrAsyncClient.modifyCluster(Consumer<ModifyClusterRequest.Builder> modifyClusterRequest)
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
default CompletableFuture<ModifyClusterResponse> |
EmrAsyncClient.modifyCluster(ModifyClusterRequest modifyClusterRequest)
Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
|
Copyright © 2023. All rights reserved.