| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkGroupState |
WorkGroupState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorkGroupState |
WorkGroup.state()
The state of the workgroup: ENABLED or DISABLED.
|
WorkGroupState |
UpdateWorkGroupRequest.state()
The workgroup state that will be updated for the given workgroup.
|
WorkGroupState |
WorkGroupSummary.state()
The state of the workgroup.
|
static WorkGroupState |
WorkGroupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkGroupState[] |
WorkGroupState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WorkGroupState> |
WorkGroupState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkGroup.Builder |
WorkGroup.Builder.state(WorkGroupState state)
The state of the workgroup: ENABLED or DISABLED.
|
UpdateWorkGroupRequest.Builder |
UpdateWorkGroupRequest.Builder.state(WorkGroupState state)
The workgroup state that will be updated for the given workgroup.
|
WorkGroupSummary.Builder |
WorkGroupSummary.Builder.state(WorkGroupState state)
The state of the workgroup.
|
Copyright © 2023. All rights reserved.