Uses of Interface
software.amazon.awssdk.services.swf.model.CountPendingActivityTasksResponse.Builder
-
Packages that use CountPendingActivityTasksResponse.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CountPendingActivityTasksResponse.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CountPendingActivityTasksResponse.Builder Modifier and Type Method Description static CountPendingActivityTasksResponse.BuilderCountPendingActivityTasksResponse. builder()CountPendingActivityTasksResponse.BuilderCountPendingActivityTasksResponse.Builder. count(Integer count)The number of tasks in the task list.CountPendingActivityTasksResponse.BuilderCountPendingActivityTasksResponse. toBuilder()CountPendingActivityTasksResponse.BuilderCountPendingActivityTasksResponse.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 CountPendingActivityTasksResponse.Builder Modifier and Type Method Description static Class<? extends CountPendingActivityTasksResponse.Builder>CountPendingActivityTasksResponse. serializableBuilderClass()
-