Container for the parameters to the ModifyDBSubnetGroup operation.
Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

C# |
public class ModifyDBSubnetGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ModifyDBSubnetGroupRequest()()()() | Initializes a new instance of the ModifyDBSubnetGroupRequest class |
![]() | DBSubnetGroupDescription |
The description for the DB subnet group.
|
![]() | DBSubnetGroupName |
The name for the DB subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric
characters or hyphens. Must not be "Default". Example: mySubnetgroup |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | SubnetIds |
The EC2 subnet IDs for the DB subnet group.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDBSubnetGroupDescription(String) | Obsolete.
Sets the DBSubnetGroupDescription property
|
![]() | WithDBSubnetGroupName(String) | Obsolete.
Sets the DBSubnetGroupName property
|
![]() | WithSubnetIds(array<String>[]()[][]) | Obsolete.
Adds elements to the SubnetIds collection
|
![]() | WithSubnetIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the SubnetIds collection
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ModifyDBSubnetGroupRequest |