Uses of Class
software.amazon.awssdk.services.emr.model.SetKeepJobFlowAliveWhenNoStepsResponse
-
Packages that use SetKeepJobFlowAliveWhenNoStepsResponse 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 SetKeepJobFlowAliveWhenNoStepsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return SetKeepJobFlowAliveWhenNoStepsResponse Modifier and Type Method Description default SetKeepJobFlowAliveWhenNoStepsResponseEmrClient. setKeepJobFlowAliveWhenNoSteps(Consumer<SetKeepJobFlowAliveWhenNoStepsRequest.Builder> setKeepJobFlowAliveWhenNoStepsRequest)You can use theSetKeepJobFlowAliveWhenNoStepsto configure a cluster (job flow) to terminate after the step execution, i.e., all your steps are executed.default SetKeepJobFlowAliveWhenNoStepsResponseEmrClient. setKeepJobFlowAliveWhenNoSteps(SetKeepJobFlowAliveWhenNoStepsRequest setKeepJobFlowAliveWhenNoStepsRequest)You can use theSetKeepJobFlowAliveWhenNoStepsto configure a cluster (job flow) to terminate after the step execution, i.e., all your steps are executed.Methods in software.amazon.awssdk.services.emr that return types with arguments of type SetKeepJobFlowAliveWhenNoStepsResponse Modifier and Type Method Description default CompletableFuture<SetKeepJobFlowAliveWhenNoStepsResponse>EmrAsyncClient. setKeepJobFlowAliveWhenNoSteps(Consumer<SetKeepJobFlowAliveWhenNoStepsRequest.Builder> setKeepJobFlowAliveWhenNoStepsRequest)You can use theSetKeepJobFlowAliveWhenNoStepsto configure a cluster (job flow) to terminate after the step execution, i.e., all your steps are executed.default CompletableFuture<SetKeepJobFlowAliveWhenNoStepsResponse>EmrAsyncClient. setKeepJobFlowAliveWhenNoSteps(SetKeepJobFlowAliveWhenNoStepsRequest setKeepJobFlowAliveWhenNoStepsRequest)You can use theSetKeepJobFlowAliveWhenNoStepsto configure a cluster (job flow) to terminate after the step execution, i.e., all your steps are executed.
-