Method: Amazon::Coral::ElasticMapReduceClient#newAddJobFlowStepsCall

Defined in:
lib/amazon/coral/elasticmapreduceclient.rb

#newAddJobFlowStepsCallObject

Instantiates a call object to invoke the AddJobFlowSteps operation:

Example usage:

my_call = my_client.newAddJobFlowStepsCall
# set identity information if needed
my_call.identity[:aws_access_key] = my_access_key
my_call.identity[:aws_secret_key] = my_secret_key
# make the remote call
my_call.call(my_input)
# retrieve the request-id returned by the server
my_request_id = my_call.request_id


51
52
53
# File 'lib/amazon/coral/elasticmapreduceclient.rb', line 51

def newAddJobFlowStepsCall
  Call.new(@addJobFlowStepsDispatcher)
end