AWS SDK for .NET Documentation
ListStacks Method (listStacksRequest)
AmazonAmazon.CloudFormationAmazonCloudFormationClientListStacks(ListStacksRequest) Did this page help you?   Yes   No    Tell us about it...

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).

Declaration Syntax
C#
public ListStacksResponse ListStacks(
	ListStacksRequest listStacksRequest
)
Parameters
listStacksRequest (ListStacksRequest)
Container for the necessary parameters to execute the ListStacks service method on AmazonCloudFormation.
Return Value
The response from the ListStacks service method, as returned by AmazonCloudFormation.

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