Provides details of a user's registered licenses.

C# |
public class DescribeLicensesRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeLicensesRequest()()()() | Initializes a new instance of the DescribeLicensesRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Filter |
A list of filters used to match system-defined properties and user-defined tags
associated with the specified Licenses.
For a complete reference to the available filter keys for this operation, see the
Amazon EC2 API reference.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetFilter()()()() |
Checks if Filter property is set
|
![]() | IsSetLicenseId()()()() |
Checks if LicenseId property is set
|
![]() | LicenseId |
Licenses for which details are to be returned.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithFilter(array<Filter>[]()[][]) | Obsolete.
Sets filters used to match system-defined properties and user-defined tags
associated with the specified Licenses.
|
![]() | WithLicenseId(array<String>[]()[][]) | Obsolete.
Sets the licenses for which details are to be returned.
|

Zero or more IDs may be specified on the call.
When one or more license IDs are specified,
only data for the specified IDs are returned.

Object | ||
![]() | EC2Request | |
![]() | DescribeLicensesRequest |