| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
ApplicationSummary |
ApplicationSummary.withAuthor(String author)
The name of the author publishing the app.
|
ApplicationSummary |
ApplicationSummary.withCreationTime(String creationTime)
The date and time this resource was created.
|
ApplicationSummary |
ApplicationSummary.withDescription(String description)
The description of the application.
|
ApplicationSummary |
ApplicationSummary.withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the
application.
|
ApplicationSummary |
ApplicationSummary.withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
|
ApplicationSummary |
ApplicationSummary.withLabels(String... labels)
Labels to improve discovery of apps in search results.
|
ApplicationSummary |
ApplicationSummary.withName(String name)
The name of the application.
|
ApplicationSummary |
ApplicationSummary.withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplications()
An array of application summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplications(ApplicationSummary... applications)
An array of application summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplications(Collection<ApplicationSummary> applications)
An array of application summaries.
|
ListApplicationsResult |
ListApplicationsResult.withApplications(Collection<ApplicationSummary> applications)
An array of application summaries.
|
Copyright © 2020. All rights reserved.