| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
DeleteApplicationResult.getApplication()
Information about the deleted application.
|
ApplicationSummary |
ApplicationSummary.withArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
ApplicationSummary |
ApplicationSummary.withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
ApplicationSummary |
ApplicationSummary.withDescription(String description)
The description of the application.
|
ApplicationSummary |
ApplicationSummary.withId(String id)
The identifier of the application.
|
ApplicationSummary |
ApplicationSummary.withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
ApplicationSummary |
ApplicationSummary.withName(String name)
The name of the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplications()
This list of applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteApplicationResult.setApplication(ApplicationSummary application)
Information about the deleted application.
|
DeleteApplicationResult |
DeleteApplicationResult.withApplication(ApplicationSummary application)
Information about the deleted application.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(ApplicationSummary... applications)
This list of applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<ApplicationSummary> applications)
This list of applications.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<ApplicationSummary> applications)
This list of applications.
|
Copyright © 2021. All rights reserved.