Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce |
Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce.
|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonElasticMapReduce.setTerminationProtection(SetTerminationProtectionRequest setTerminationProtectionRequest)
SetTerminationProtection locks a 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.
|
void |
AmazonElasticMapReduceClient.setTerminationProtection(SetTerminationProtectionRequest setTerminationProtectionRequest)
SetTerminationProtection locks a 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<Void> |
AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest)
SetTerminationProtection locks a 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<Void> |
AmazonElasticMapReduceAsync.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest)
SetTerminationProtection locks a 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<Void> |
AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest,
AsyncHandler<SetTerminationProtectionRequest,Void> asyncHandler)
SetTerminationProtection locks a 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<Void> |
AmazonElasticMapReduceAsync.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest,
AsyncHandler<SetTerminationProtectionRequest,Void> asyncHandler)
SetTerminationProtection locks a 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 |
---|---|
Future<Void> |
AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest,
AsyncHandler<SetTerminationProtectionRequest,Void> asyncHandler)
SetTerminationProtection locks a 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<Void> |
AmazonElasticMapReduceAsync.setTerminationProtectionAsync(SetTerminationProtectionRequest setTerminationProtectionRequest,
AsyncHandler<SetTerminationProtectionRequest,Void> asyncHandler)
SetTerminationProtection locks a 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.withJobFlowIds(Collection<String> jobFlowIds)
A list of strings that uniquely identify the job flows to protect.
|
SetTerminationProtectionRequest |
SetTerminationProtectionRequest.withJobFlowIds(String... jobFlowIds)
A list of strings that uniquely identify the job flows to protect.
|
SetTerminationProtectionRequest |
SetTerminationProtectionRequest.withTerminationProtected(Boolean terminationProtected)
A Boolean that indicates whether to protect the job flow and prevent
the Amazon EC2 instances in the cluster from shutting down due to API
calls, user intervention, or job-flow error.
|
Copyright © 2014. All rights reserved.