Java com.amazonaws.services.elasticmapreduce AmazonElasticMapReduceClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce AmazonElasticMapReduceClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce AmazonElasticMapReduceClient.

The text is from its open source code.

Subclass

com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduceClient has subclasses.
Click this link to see all its subclasses.

Constructor

AmazonElasticMapReduceClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon EMR.
AmazonElasticMapReduceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon EMR using the specified AWS account credentials.
AmazonElasticMapReduceClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon EMR using the specified AWS account credentials provider.
AmazonElasticMapReduceClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon EMR using the specified parameters.

Method

AddJobFlowStepsResultaddJobFlowSteps(AddJobFlowStepsRequest request)

AddJobFlowSteps adds new steps to a running cluster.

DescribeClusterResultdescribeCluster(DescribeClusterRequest request)

Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.

DescribeJobFlowsResultdescribeJobFlows(DescribeJobFlowsRequest request)

This API is deprecated and will eventually be removed.

DescribeStepResultdescribeStep(DescribeStepRequest request)

Provides more detail about the cluster step.

ListClustersResultlistClusters(ListClustersRequest request)

Provides the status of all clusters visible to this AWS account.

ListInstanceFleetsResultlistInstanceFleets(ListInstanceFleetsRequest request)

Lists all available details about the instance fleets in a cluster.

ListInstancesResultlistInstances(ListInstancesRequest request)

Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a maximum of 2,000.

ListStepsResultlistSteps(ListStepsRequest request)

Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request of filter by StepStates.

RunJobFlowResultrunJobFlow(RunJobFlowRequest request)

RunJobFlow creates and starts running a new cluster (job flow).

SetTerminationProtectionResultsetTerminationProtection(SetTerminationProtectionRequest request)

SetTerminationProtection locks a cluster (job flow) so the EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error.

TerminateJobFlowsResultterminateJobFlows(TerminateJobFlowsRequest request)

TerminateJobFlows shuts a list of clusters (job flows) down.