| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the Application.
|
ApplicationSummary |
ApplicationSummary.withCreatedTime(Date createdTime)
The time when the application was created.
|
ApplicationSummary |
ApplicationSummary.withId(String id)
A unique identifier for the Application.
|
ApplicationSummary |
ApplicationSummary.withLastModifiedTime(Date lastModifiedTime)
The time when the application was last modified.
|
ApplicationSummary |
ApplicationSummary.withName(String name)
The name of the application.
|
ApplicationSummary |
ApplicationSummary.withNamespace(String namespace)
The namespace of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplications()
The Applications associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(ApplicationSummary... applications)
The Applications associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<ApplicationSummary> applications)
The Applications associated with this account.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<ApplicationSummary> applications)
The Applications associated with this account.
|
Copyright © 2024. All rights reserved.