AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the ModifyInstanceGroups operation. ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.ModifyInstanceGroupsRequest

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ModifyInstanceGroupsRequest : AmazonElasticMapReduceRequest
         IRequestEvents

The ModifyInstanceGroupsRequest type exposes the following members

Constructors

NameDescription
Public Method ModifyInstanceGroupsRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method ModifyInstanceGroupsRequest(List<InstanceGroupModifyConfig>)

Properties

NameTypeDescription
Public Property InstanceGroups System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.InstanceGroupModifyConfig> Gets and sets the property InstanceGroups.

Instance groups to change.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8