C# Класс Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsRequest

Container for the parameters to the ListClosedWorkflowExecutions operation.

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

NOTE: This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetCloseStatusFilter ( ) : bool
IsSetCloseTimeFilter ( ) : bool
IsSetDomain ( ) : bool
IsSetExecutionFilter ( ) : bool
IsSetMaximumPageSize ( ) : bool
IsSetNextPageToken ( ) : bool
IsSetReverseOrder ( ) : bool
IsSetStartTimeFilter ( ) : bool
IsSetTagFilter ( ) : bool
IsSetTypeFilter ( ) : bool