Uses of Class
software.amazon.awssdk.services.emr.model.SetKeepJobFlowAliveWhenNoStepsRequest
-
Packages that use SetKeepJobFlowAliveWhenNoStepsRequest Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.transform -
-
Uses of SetKeepJobFlowAliveWhenNoStepsRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type SetKeepJobFlowAliveWhenNoStepsRequest Modifier and Type Method Description 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.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. -
Uses of SetKeepJobFlowAliveWhenNoStepsRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type SetKeepJobFlowAliveWhenNoStepsRequest Modifier and Type Method Description SdkHttpFullRequestSetKeepJobFlowAliveWhenNoStepsRequestMarshaller. marshall(SetKeepJobFlowAliveWhenNoStepsRequest setKeepJobFlowAliveWhenNoStepsRequest)
-