| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static CountPendingActivityTasksResponse.Builder |
CountPendingActivityTasksResponse.builder() |
CountPendingActivityTasksResponse.Builder |
CountPendingActivityTasksResponse.Builder.count(Integer count)
The number of tasks in the task list.
|
CountPendingActivityTasksResponse.Builder |
CountPendingActivityTasksResponse.toBuilder() |
CountPendingActivityTasksResponse.Builder |
CountPendingActivityTasksResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CountPendingActivityTasksResponse.Builder> |
CountPendingActivityTasksResponse.serializableBuilderClass() |
Copyright © 2017. All rights reserved.