| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
UserAppItem |
UserAppItem.clone() |
UserAppItem |
UserAppItem.withAppArn(String appArn)
The Amazon Resource Name (ARN) of the Q App.
|
UserAppItem |
UserAppItem.withAppId(String appId)
The unique identifier of the Q App.
|
UserAppItem |
UserAppItem.withCanEdit(Boolean canEdit)
A flag indicating whether the user can edit the Q App.
|
UserAppItem |
UserAppItem.withCreatedAt(Date createdAt)
The date and time the user's association with the Q App was created.
|
UserAppItem |
UserAppItem.withDescription(String description)
The description of the Q App.
|
UserAppItem |
UserAppItem.withStatus(String status)
The status of the user's association with the Q App.
|
UserAppItem |
UserAppItem.withTitle(String title)
The title of the Q App.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserAppItem> |
ListQAppsResult.getApps()
The list of Amazon Q Apps meeting the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListQAppsResult |
ListQAppsResult.withApps(UserAppItem... apps)
The list of Amazon Q Apps meeting the request criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQAppsResult.setApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
|
ListQAppsResult |
ListQAppsResult.withApps(Collection<UserAppItem> apps)
The list of Amazon Q Apps meeting the request criteria.
|
Copyright © 2025. All rights reserved.