| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
WorkGroupSummary |
WorkGroupSummary.clone() |
WorkGroupSummary |
WorkGroupSummary.withCreationTime(Date creationTime)
The workgroup creation date and time.
|
WorkGroupSummary |
WorkGroupSummary.withDescription(String description)
The workgroup description.
|
WorkGroupSummary |
WorkGroupSummary.withName(String name)
The name of the workgroup.
|
WorkGroupSummary |
WorkGroupSummary.withState(String state)
The state of the workgroup.
|
WorkGroupSummary |
WorkGroupSummary.withState(WorkGroupState state)
The state of the workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkGroupSummary> |
ListWorkGroupsResult.getWorkGroups()
The list of workgroups, including their names, descriptions, creation times, and states.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkGroupsResult |
ListWorkGroupsResult.withWorkGroups(WorkGroupSummary... workGroups)
The list of workgroups, including their names, descriptions, creation times, and states.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkGroupsResult.setWorkGroups(Collection<WorkGroupSummary> workGroups)
The list of workgroups, including their names, descriptions, creation times, and states.
|
ListWorkGroupsResult |
ListWorkGroupsResult.withWorkGroups(Collection<WorkGroupSummary> workGroups)
The list of workgroups, including their names, descriptions, creation times, and states.
|
Copyright © 2019. All rights reserved.