Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
static WorkGroupState |
WorkGroupState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
WorkGroupSummary |
WorkGroupSummary.withState(WorkGroupState state)
The state of the workgroup.
|
UpdateWorkGroupRequest |
UpdateWorkGroupRequest.withState(WorkGroupState state)
The workgroup state that will be updated for the given workgroup.
|
WorkGroup |
WorkGroup.withState(WorkGroupState state)
The state of the workgroup: ENABLED or DISABLED.
|
Copyright © 2023. All rights reserved.