| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowsResponse.Builder |
ListWorkflowsResponse.builder() |
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.nextToken(String nextToken)
A continuation token, if not all workflow names have been returned.
|
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.toBuilder() |
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.workflows(Collection<String> workflows)
List of names of workflows in the account.
|
ListWorkflowsResponse.Builder |
ListWorkflowsResponse.Builder.workflows(String... workflows)
List of names of workflows in the account.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkflowsResponse.Builder> |
ListWorkflowsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.