Uses of Class
com.amazonaws.services.elasticmapreduce.model.AddInstanceGroupsResult
Packages that use AddInstanceGroupsResult
Package
Description
-
Uses of AddInstanceGroupsResult in com.amazonaws.services.elasticmapreduce
Methods in com.amazonaws.services.elasticmapreduce that return AddInstanceGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduce.addInstanceGroups(AddInstanceGroupsRequest request) AmazonElasticMapReduce.addInstanceGroups(AddInstanceGroupsRequest addInstanceGroupsRequest) AddInstanceGroups adds an instance group to a running cluster.AmazonElasticMapReduceClient.addInstanceGroups(AddInstanceGroupsRequest addInstanceGroupsRequest) AddInstanceGroups adds an instance group to a running cluster.Methods in com.amazonaws.services.elasticmapreduce that return types with arguments of type AddInstanceGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.addInstanceGroupsAsync(AddInstanceGroupsRequest request) AbstractAmazonElasticMapReduceAsync.addInstanceGroupsAsync(AddInstanceGroupsRequest request, AsyncHandler<AddInstanceGroupsRequest, AddInstanceGroupsResult> asyncHandler) AmazonElasticMapReduceAsync.addInstanceGroupsAsync(AddInstanceGroupsRequest addInstanceGroupsRequest) AddInstanceGroups adds an instance group to a running cluster.AmazonElasticMapReduceAsync.addInstanceGroupsAsync(AddInstanceGroupsRequest addInstanceGroupsRequest, AsyncHandler<AddInstanceGroupsRequest, AddInstanceGroupsResult> asyncHandler) AddInstanceGroups adds an instance group to a running cluster.AmazonElasticMapReduceAsyncClient.addInstanceGroupsAsync(AddInstanceGroupsRequest request) AmazonElasticMapReduceAsyncClient.addInstanceGroupsAsync(AddInstanceGroupsRequest request, AsyncHandler<AddInstanceGroupsRequest, AddInstanceGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticmapreduce with type arguments of type AddInstanceGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElasticMapReduceAsync.addInstanceGroupsAsync(AddInstanceGroupsRequest request, AsyncHandler<AddInstanceGroupsRequest, AddInstanceGroupsResult> asyncHandler) AmazonElasticMapReduceAsync.addInstanceGroupsAsync(AddInstanceGroupsRequest addInstanceGroupsRequest, AsyncHandler<AddInstanceGroupsRequest, AddInstanceGroupsResult> asyncHandler) AddInstanceGroups adds an instance group to a running cluster.AmazonElasticMapReduceAsyncClient.addInstanceGroupsAsync(AddInstanceGroupsRequest request, AsyncHandler<AddInstanceGroupsRequest, AddInstanceGroupsResult> asyncHandler) -
Uses of AddInstanceGroupsResult in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return AddInstanceGroupsResultModifier and TypeMethodDescriptionAddInstanceGroupsResult.clone()AddInstanceGroupsResult.withInstanceGroupIds(String... instanceGroupIds) Instance group IDs of the newly created instance groups.AddInstanceGroupsResult.withInstanceGroupIds(Collection<String> instanceGroupIds) Instance group IDs of the newly created instance groups.AddInstanceGroupsResult.withJobFlowId(String jobFlowId) The job flow ID in which the instance groups are added.