| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
GroupStatusDetail |
GroupStatusDetail.clone() |
GroupStatusDetail |
GetGroupResult.getStatus()
The current status of the group.
|
GroupStatusDetail |
GroupStatusDetail.withErrorDetail(ErrorDetail errorDetail)
The details of an error associated a group status.
|
GroupStatusDetail |
GroupStatusDetail.withLastUpdatedAt(Date lastUpdatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
GroupStatusDetail |
GroupStatusDetail.withStatus(GroupStatus status)
The status of a group.
|
GroupStatusDetail |
GroupStatusDetail.withStatus(String status)
The status of a group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupStatusDetail> |
GetGroupResult.getStatusHistory()
The status history of the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupResult.setStatus(GroupStatusDetail status)
The current status of the group.
|
GetGroupResult |
GetGroupResult.withStatus(GroupStatusDetail status)
The current status of the group.
|
GetGroupResult |
GetGroupResult.withStatusHistory(GroupStatusDetail... statusHistory)
The status history of the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupResult.setStatusHistory(Collection<GroupStatusDetail> statusHistory)
The status history of the group.
|
GetGroupResult |
GetGroupResult.withStatusHistory(Collection<GroupStatusDetail> statusHistory)
The status history of the group.
|
Copyright © 2024. All rights reserved.