Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
SetTerminationProtectionResult |
AmazonElasticMapReduceClient.setTerminationProtection(SetTerminationProtectionRequest request)
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.
|
SetTerminationProtectionResult |
AbstractAmazonElasticMapReduce.setTerminationProtection(SetTerminationProtectionRequest request) |
SetTerminationProtectionResult |
AmazonElasticMapReduce.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.
|
Future<SetTerminationProtectionResult> |
AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync(SetTerminationProtectionRequest request) |
Future<SetTerminationProtectionResult> |
AbstractAmazonElasticMapReduceAsync.setTerminationProtectionAsync(SetTerminationProtectionRequest request) |
Future<SetTerminationProtectionResult> |
AmazonElasticMapReduceAsync.setTerminationProtectionAsync(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.
|
Future<SetTerminationProtectionResult> |
AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync(SetTerminationProtectionRequest request,
AsyncHandler<SetTerminationProtectionRequest,SetTerminationProtectionResult> asyncHandler) |
Future<SetTerminationProtectionResult> |
AbstractAmazonElasticMapReduceAsync.setTerminationProtectionAsync(SetTerminationProtectionRequest request,
AsyncHandler<SetTerminationProtectionRequest,SetTerminationProtectionResult> asyncHandler) |
Future<SetTerminationProtectionResult> |
AmazonElasticMapReduceAsync.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest,
AsyncHandler<SetTerminationProtectionRequest,SetTerminationProtectionResult> asyncHandler)
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 |
---|---|
SetTerminationProtectionRequest |
SetTerminationProtectionRequest.clone() |
SetTerminationProtectionRequest |
SetTerminationProtectionRequest.withJobFlowIds(Collection<String> jobFlowIds)
A list of strings that uniquely identify the clusters to protect.
|
SetTerminationProtectionRequest |
SetTerminationProtectionRequest.withJobFlowIds(String... jobFlowIds)
A list of strings that uniquely identify the clusters to protect.
|
SetTerminationProtectionRequest |
SetTerminationProtectionRequest.withTerminationProtected(Boolean terminationProtected)
A Boolean that indicates whether to protect the cluster and prevent the Amazon EC2 instances in the cluster from
shutting down due to API calls, user intervention, or job-flow error.
|
Copyright © 2024. All rights reserved.