Container for the parameters to the DescribeOptionGroups operation.
Describes the available option groups.

C# |
public class DescribeOptionGroupsRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeOptionGroupsRequest()()()() | Initializes a new instance of the DescribeOptionGroupsRequest class |
![]() | EngineName |
Filters the list of option groups to only include groups associated with a specific database engine.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Filters |
This parameter is not currently supported.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | MajorEngineVersion |
Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName
must also be specified.
|
![]() | Marker |
An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by MaxRecords.
|
![]() | MaxRecords |
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination
token called a marker is included in the response so that the remaining results can be retrieved. Default: 100 Constraints: minimum 20,
maximum 100
|
![]() | OptionGroupName |
The name of the option group to describe. Cannot be supplied together with EngineName or MajorEngineVersion.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithEngineName(String) | Obsolete.
Sets the EngineName property
|
![]() | WithFilters(array<Filter>[]()[][]) | Obsolete.
Adds elements to the Filters collection
|
![]() | WithFilters(IEnumerable<(Of <<'(Filter>)>>)) | Obsolete.
Adds elements to the Filters collection
|
![]() | WithMajorEngineVersion(String) | Obsolete.
Sets the MajorEngineVersion property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithMaxRecords(Int32) | Obsolete.
Sets the MaxRecords property
|
![]() | WithOptionGroupName(String) | Obsolete.
Sets the OptionGroupName property
|

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