Uses of Interface
software.amazon.awssdk.services.swf.model.CountClosedWorkflowExecutionsResponse.Builder
-
Packages that use CountClosedWorkflowExecutionsResponse.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CountClosedWorkflowExecutionsResponse.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CountClosedWorkflowExecutionsResponse.Builder Modifier and Type Method Description static CountClosedWorkflowExecutionsResponse.BuilderCountClosedWorkflowExecutionsResponse. builder()CountClosedWorkflowExecutionsResponse.BuilderCountClosedWorkflowExecutionsResponse.Builder. count(Integer count)The number of workflow executions.CountClosedWorkflowExecutionsResponse.BuilderCountClosedWorkflowExecutionsResponse. toBuilder()CountClosedWorkflowExecutionsResponse.BuilderCountClosedWorkflowExecutionsResponse.Builder. truncated(Boolean truncated)If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type CountClosedWorkflowExecutionsResponse.Builder Modifier and Type Method Description static Class<? extends CountClosedWorkflowExecutionsResponse.Builder>CountClosedWorkflowExecutionsResponse. serializableBuilderClass()
-