Uses of Class
software.amazon.awssdk.services.emr.model.AddInstanceGroupsResponse
-
Packages that use AddInstanceGroupsResponse 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 AddInstanceGroupsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return AddInstanceGroupsResponse Modifier and Type Method Description default AddInstanceGroupsResponseEmrClient. addInstanceGroups(Consumer<AddInstanceGroupsRequest.Builder> addInstanceGroupsRequest)Adds one or more instance groups to a running cluster.default AddInstanceGroupsResponseEmrClient. addInstanceGroups(AddInstanceGroupsRequest addInstanceGroupsRequest)Adds one or more instance groups to a running cluster.Methods in software.amazon.awssdk.services.emr that return types with arguments of type AddInstanceGroupsResponse Modifier and Type Method Description default CompletableFuture<AddInstanceGroupsResponse>EmrAsyncClient. addInstanceGroups(Consumer<AddInstanceGroupsRequest.Builder> addInstanceGroupsRequest)Adds one or more instance groups to a running cluster.default CompletableFuture<AddInstanceGroupsResponse>EmrAsyncClient. addInstanceGroups(AddInstanceGroupsRequest addInstanceGroupsRequest)Adds one or more instance groups to a running cluster.
-