Uses of Class
software.amazon.awssdk.services.athena.model.WorkGroupState
-
Packages that use WorkGroupState Package Description software.amazon.awssdk.services.athena.model -
-
Uses of WorkGroupState in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return WorkGroupState Modifier and Type Method Description static WorkGroupStateWorkGroupState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkGroupStateUpdateWorkGroupRequest. state()The workgroup state that will be updated for the given workgroup.WorkGroupStateWorkGroup. state()The state of the workgroup: ENABLED or DISABLED.WorkGroupStateWorkGroupSummary. state()The state of the workgroup.static WorkGroupStateWorkGroupState. 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.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type WorkGroupState Modifier and Type Method Description static Set<WorkGroupState>WorkGroupState. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type WorkGroupState Modifier and Type Method Description UpdateWorkGroupRequest.BuilderUpdateWorkGroupRequest.Builder. state(WorkGroupState state)The workgroup state that will be updated for the given workgroup.WorkGroup.BuilderWorkGroup.Builder. state(WorkGroupState state)The state of the workgroup: ENABLED or DISABLED.WorkGroupSummary.BuilderWorkGroupSummary.Builder. state(WorkGroupState state)The state of the workgroup.
-