AWS SDK for .NET Documentation
QueryObjects Method (queryObjectsRequest)
AmazonAmazon.DataPipelineAmazonDataPipelineQueryObjects(QueryObjectsRequest) Did this page help you?   Yes   No    Tell us about it...

Queries a pipeline for the names of objects that match a specified set of conditions.

The objects returned by QueryObjects are paginated and then filtered by the value you set for query. This means the action may return an empty result set with a value set for marker. If HasMoreResults is set to True , you should continue to call QueryObjects, passing in the returned value for marker, until HasMoreResults returns False .

Declaration Syntax
C#
QueryObjectsResponse QueryObjects(
	QueryObjectsRequest queryObjectsRequest
)
Parameters
queryObjectsRequest (QueryObjectsRequest)
Container for the necessary parameters to execute the QueryObjects service method on AmazonDataPipeline.
Return Value
The response from the QueryObjects service method, as returned by AmazonDataPipeline.
Exceptions

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