| Package | Description |
|---|---|
| com.amazonaws.services.iotfleethub.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withApplicationCreationDate(Long applicationCreationDate)
The date (in Unix epoch time) when the web application was created.
|
ApplicationSummary |
ApplicationSummary.withApplicationDescription(String applicationDescription)
An optional description of the web application.
|
ApplicationSummary |
ApplicationSummary.withApplicationId(String applicationId)
The unique Id of the web application.
|
ApplicationSummary |
ApplicationSummary.withApplicationLastUpdateDate(Long applicationLastUpdateDate)
The date (in Unix epoch time) when the web application was last updated.
|
ApplicationSummary |
ApplicationSummary.withApplicationName(String applicationName)
The name of the web application.
|
ApplicationSummary |
ApplicationSummary.withApplicationState(ApplicationState applicationState)
The current state of the web application.
|
ApplicationSummary |
ApplicationSummary.withApplicationState(String applicationState)
The current state of the web application.
|
ApplicationSummary |
ApplicationSummary.withApplicationUrl(String applicationUrl)
The URL of the web application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplicationSummaries()
An array of objects that provide summaries of information about the web applications in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplicationSummaries(ApplicationSummary... applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplicationSummaries(Collection<ApplicationSummary> applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
|
ListApplicationsResult |
ListApplicationsResult.withApplicationSummaries(Collection<ApplicationSummary> applicationSummaries)
An array of objects that provide summaries of information about the web applications in the list.
|
Copyright © 2023. All rights reserved.