Uses of Class
software.amazon.awssdk.services.emr.model.ModifyInstanceFleetResponse
-
Packages that use ModifyInstanceFleetResponse 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 ModifyInstanceFleetResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ModifyInstanceFleetResponse Modifier and Type Method Description default ModifyInstanceFleetResponseEmrClient. modifyInstanceFleet(Consumer<ModifyInstanceFleetRequest.Builder> modifyInstanceFleetRequest)Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID.default ModifyInstanceFleetResponseEmrClient. modifyInstanceFleet(ModifyInstanceFleetRequest modifyInstanceFleetRequest)Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ModifyInstanceFleetResponse Modifier and Type Method Description default CompletableFuture<ModifyInstanceFleetResponse>EmrAsyncClient. modifyInstanceFleet(Consumer<ModifyInstanceFleetRequest.Builder> modifyInstanceFleetRequest)Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID.default CompletableFuture<ModifyInstanceFleetResponse>EmrAsyncClient. modifyInstanceFleet(ModifyInstanceFleetRequest modifyInstanceFleetRequest)Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID.
-