AWS SDK for .NET Documentation
WithFilter Method (list)
AmazonAmazon.EC2.ModelDescribeReservedInstancesListingsRequestWithFilter(array<Filter>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Sets filters used to match system-defined properties and user-defined tags associated with the specified ReservedInstancesOfferings.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public DescribeReservedInstancesListingsRequest WithFilter(
	params Filter[] list
)
Parameters
list (array<Filter>[]()[][])
A list of filters used to match system-defined properties and user-defined tags associated with the specified ReservedInstancesOfferings.
Return Value
this instance
Remarks
The filters available for this operation are: * status - The status of the Reserved Instance listing. Valid Values: pending | active | cancelled | closed . * status-message - The reason for the status. * reserved-instances-listing-id - The ID of the Reserved Instance listing. * reserved-instances-id - The ID of the Reserved Instances.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)