Uses of Class
software.amazon.awssdk.services.emr.model.SetTerminationProtectionRequest
-
Packages that use SetTerminationProtectionRequest 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 SetTerminationProtectionRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type SetTerminationProtectionRequest Modifier and Type Method Description default CompletableFuture<SetTerminationProtectionResponse>EmrAsyncClient. setTerminationProtection(SetTerminationProtectionRequest setTerminationProtectionRequest)SetTerminationProtection locks a cluster (job flow) so the Amazon EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error.default SetTerminationProtectionResponseEmrClient. setTerminationProtection(SetTerminationProtectionRequest setTerminationProtectionRequest)SetTerminationProtection locks a cluster (job flow) so the Amazon EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error. -
Uses of SetTerminationProtectionRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type SetTerminationProtectionRequest Modifier and Type Method Description SdkHttpFullRequestSetTerminationProtectionRequestMarshaller. marshall(SetTerminationProtectionRequest setTerminationProtectionRequest)
-