Uses of Class
software.amazon.awssdk.services.qbusiness.model.GroupStatusDetail
-
Packages that use GroupStatusDetail Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of GroupStatusDetail in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return GroupStatusDetail Modifier and Type Method Description GroupStatusDetailGetGroupResponse. status()The current status of the group.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type GroupStatusDetail Modifier and Type Method Description List<GroupStatusDetail>GetGroupResponse. statusHistory()The status history of the group.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type GroupStatusDetail Modifier and Type Method Description GetGroupResponse.BuilderGetGroupResponse.Builder. status(GroupStatusDetail status)The current status of the group.GetGroupResponse.BuilderGetGroupResponse.Builder. statusHistory(GroupStatusDetail... statusHistory)The status history of the group.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type GroupStatusDetail Modifier and Type Method Description GetGroupResponse.BuilderGetGroupResponse.Builder. statusHistory(Collection<GroupStatusDetail> statusHistory)The status history of the group.
-