| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Workflow |
GetWorkflowResponse.workflow()
The resource metadata for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workflow> |
BatchGetWorkflowsResponse.workflows()
A list of workflow resource metadata.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResponse.Builder |
GetWorkflowResponse.Builder.workflow(Workflow workflow)
The resource metadata for the workflow.
|
BatchGetWorkflowsResponse.Builder |
BatchGetWorkflowsResponse.Builder.workflows(Workflow... workflows)
A list of workflow resource metadata.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetWorkflowsResponse.Builder |
BatchGetWorkflowsResponse.Builder.workflows(Collection<Workflow> workflows)
A list of workflow resource metadata.
|
Copyright © 2023. All rights reserved.