Uses of Class
com.amazonaws.services.simpleworkflow.model.CountClosedWorkflowExecutionsRequest
Packages that use CountClosedWorkflowExecutionsRequest
Package
Description
-
Uses of CountClosedWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type CountClosedWorkflowExecutionsRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.countClosedWorkflowExecutions
(CountClosedWorkflowExecutionsRequest request) AmazonSimpleWorkflow.countClosedWorkflowExecutions
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AmazonSimpleWorkflowClient.countClosedWorkflowExecutions
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request) AbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request) AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type CountClosedWorkflowExecutionsRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) AmazonSimpleWorkflowAsync.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.AmazonSimpleWorkflowAsyncClient.countClosedWorkflowExecutionsAsync
(CountClosedWorkflowExecutionsRequest request, AsyncHandler<CountClosedWorkflowExecutionsRequest, WorkflowExecutionCount> asyncHandler) -
Uses of CountClosedWorkflowExecutionsRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CountClosedWorkflowExecutionsRequestModifier and TypeMethodDescriptionCountClosedWorkflowExecutionsRequest.clone()
CountClosedWorkflowExecutionsRequest.withCloseStatusFilter
(CloseStatusFilter closeStatusFilter) If specified, only workflow executions that match this close status are counted.CountClosedWorkflowExecutionsRequest.withCloseTimeFilter
(ExecutionTimeFilter closeTimeFilter) If specified, only workflow executions that meet the close time criteria of the filter are counted.CountClosedWorkflowExecutionsRequest.withDomain
(String domain) The name of the domain containing the workflow executions to count.CountClosedWorkflowExecutionsRequest.withExecutionFilter
(WorkflowExecutionFilter executionFilter) If specified, only workflow executions matching theWorkflowId
in the filter are counted.CountClosedWorkflowExecutionsRequest.withStartTimeFilter
(ExecutionTimeFilter startTimeFilter) If specified, only workflow executions that meet the start time criteria of the filter are counted.CountClosedWorkflowExecutionsRequest.withTagFilter
(TagFilter tagFilter) If specified, only executions that have a tag that matches the filter are counted.CountClosedWorkflowExecutionsRequest.withTypeFilter
(WorkflowTypeFilter typeFilter) If specified, indicates the type of the workflow executions to be counted.