| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
List<WorkGroupSummary> |
ListWorkGroupsResponse.workGroups()
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states for
each workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.Builder.workGroups(WorkGroupSummary... workGroups)
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states
for each workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkGroupsResponse.Builder |
ListWorkGroupsResponse.Builder.workGroups(Collection<WorkGroupSummary> workGroups)
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states
for each workgroup.
|
Copyright © 2023. All rights reserved.