Uses of Class
software.amazon.awssdk.services.emr.model.SetTerminationProtectionResponse
-
Packages that use SetTerminationProtectionResponse 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 SetTerminationProtectionResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return SetTerminationProtectionResponse Modifier and Type Method Description default SetTerminationProtectionResponseEmrClient. setTerminationProtection(Consumer<SetTerminationProtectionRequest.Builder> 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.Methods in software.amazon.awssdk.services.emr that return types with arguments of type SetTerminationProtectionResponse Modifier and Type Method Description default CompletableFuture<SetTerminationProtectionResponse>EmrAsyncClient. setTerminationProtection(Consumer<SetTerminationProtectionRequest.Builder> 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 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.
-