| Package | Description |
|---|---|
| com.amazonaws.services.serverlessapplicationrepository.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationDependencySummary |
ApplicationDependencySummary.clone() |
ApplicationDependencySummary |
ApplicationDependencySummary.withApplicationId(String applicationId)
The Amazon Resource Name (ARN) of the nested application.
|
ApplicationDependencySummary |
ApplicationDependencySummary.withSemanticVersion(String semanticVersion)
The semantic version of the nested application.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationDependencySummary> |
ListApplicationDependenciesResult.getDependencies()
An array of application summaries nested in the application.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationDependenciesResult |
ListApplicationDependenciesResult.withDependencies(ApplicationDependencySummary... dependencies)
An array of application summaries nested in the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationDependenciesResult.setDependencies(Collection<ApplicationDependencySummary> dependencies)
An array of application summaries nested in the application.
|
ListApplicationDependenciesResult |
ListApplicationDependenciesResult.withDependencies(Collection<ApplicationDependencySummary> dependencies)
An array of application summaries nested in the application.
|
Copyright © 2023. All rights reserved.