|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetTerminationProtectionRequest | |
---|---|
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. |
Uses of SetTerminationProtectionRequest in com.amazonaws.services.elasticmapreduce |
---|
Methods in com.amazonaws.services.elasticmapreduce with parameters of type SetTerminationProtectionRequest | |
---|---|
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. |
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. |
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. |
Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type SetTerminationProtectionRequest | |
---|---|
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. |
Uses of SetTerminationProtectionRequest in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return SetTerminationProtectionRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |