Uses of Class
software.amazon.awssdk.services.emr.model.ModifyClusterResponse
-
Packages that use ModifyClusterResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of ModifyClusterResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ModifyClusterResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ModifyClusterResponse Modifier and Type Method 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.
-