| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.clone() |
Application |
Application.withApplicationId(String applicationId)
The identifier for the Amazon Q Business application.
|
Application |
Application.withCreatedAt(Date createdAt)
The Unix timestamp when the Amazon Q Business application was created.
|
Application |
Application.withDisplayName(String displayName)
The name of the Amazon Q Business application.
|
Application |
Application.withStatus(ApplicationStatus status)
The status of the Amazon Q Business application.
|
Application |
Application.withStatus(String status)
The status of the Amazon Q Business application.
|
Application |
Application.withUpdatedAt(Date updatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ListApplicationsResult.getApplications()
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(Application... applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<Application> applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<Application> applications)
An array of summary information on the configuration of one or more Amazon Q Business applications.
|
Copyright © 2025. All rights reserved.