Uses of Class
software.amazon.awssdk.services.qbusiness.model.GroupStatus
-
Packages that use GroupStatus Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of GroupStatus in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return GroupStatus Modifier and Type Method Description static GroupStatusGroupStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupStatusGroupStatusDetail. status()The status of a group.static GroupStatusGroupStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupStatus[]GroupStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type GroupStatus Modifier and Type Method Description static Set<GroupStatus>GroupStatus. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type GroupStatus Modifier and Type Method Description GroupStatusDetail.BuilderGroupStatusDetail.Builder. status(GroupStatus status)The status of a group.
-