Uses of Class
com.amazonaws.services.elasticmapreduce.model.SetTerminationProtectionRequest
Packages that use SetTerminationProtectionRequest
Package
Description
-
Uses of SetTerminationProtectionRequest in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce with parameters of type SetTerminationProtectionRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.setTerminationProtection
(SetTerminationProtectionRequest request) 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.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.AbstractAmazonElasticMapReduceAsync.setTerminationProtectionAsync
(SetTerminationProtectionRequest request) AbstractAmazonElasticMapReduceAsync.setTerminationProtectionAsync
(SetTerminationProtectionRequest request, AsyncHandler<SetTerminationProtectionRequest, SetTerminationProtectionResult> asyncHandler) 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.AmazonElasticMapReduceAsync.setTerminationProtectionAsync
(SetTerminationProtectionRequest setTerminationProtectionRequest, AsyncHandler<SetTerminationProtectionRequest, SetTerminationProtectionResult> 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.AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync
(SetTerminationProtectionRequest request) AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync
(SetTerminationProtectionRequest request, AsyncHandler<SetTerminationProtectionRequest, SetTerminationProtectionResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type SetTerminationProtectionRequestModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.setTerminationProtectionAsync
(SetTerminationProtectionRequest request, AsyncHandler<SetTerminationProtectionRequest, SetTerminationProtectionResult> asyncHandler) AmazonElasticMapReduceAsync.setTerminationProtectionAsync
(SetTerminationProtectionRequest setTerminationProtectionRequest, AsyncHandler<SetTerminationProtectionRequest, SetTerminationProtectionResult> 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.AmazonElasticMapReduceAsyncClient.setTerminationProtectionAsync
(SetTerminationProtectionRequest request, AsyncHandler<SetTerminationProtectionRequest, SetTerminationProtectionResult> asyncHandler) -
Uses of SetTerminationProtectionRequest in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return SetTerminationProtectionRequestModifier and TypeMethodDescriptionSetTerminationProtectionRequest.clone()
SetTerminationProtectionRequest.withJobFlowIds
(String... jobFlowIds) A list of strings that uniquely identify the job flows to protect.SetTerminationProtectionRequest.withJobFlowIds
(Collection<String> jobFlowIds) A list of strings that uniquely identify the job flows to protect.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.