| 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 |
| Modifier and Type | Method and 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 SetTerminationProtectionResponse |
EmrClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SetTerminationProtectionRequestMarshaller.marshall(SetTerminationProtectionRequest setTerminationProtectionRequest) |
Copyright © 2023. All rights reserved.