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.withEngineVersion(EngineVersion engineVersion)
The engine version setting for all queries on the workgroup.
|
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()
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states for
each workgroup.
|
Modifier and Type | Method and Description |
---|---|
ListWorkGroupsResult |
ListWorkGroupsResult.withWorkGroups(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 |
---|---|
void |
ListWorkGroupsResult.setWorkGroups(Collection<WorkGroupSummary> workGroups)
A list of WorkGroupSummary objects that include the names, descriptions, creation times, and states for
each workgroup.
|
ListWorkGroupsResult |
ListWorkGroupsResult.withWorkGroups(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.