| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppVersionSummary |
AppVersionSummary.clone() |
AppVersionSummary |
AppVersionSummary.withAppVersion(String appVersion)
Version of an application.
|
AppVersionSummary |
AppVersionSummary.withCreationTime(Date creationTime)
Creation time of the application version.
|
AppVersionSummary |
AppVersionSummary.withIdentifier(Long identifier)
Identifier of the application version.
|
AppVersionSummary |
AppVersionSummary.withVersionName(String versionName)
Name of the application version.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppVersionSummary> |
ListAppVersionsResult.getAppVersions()
The version of the application.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppVersionsResult |
ListAppVersionsResult.withAppVersions(AppVersionSummary... appVersions)
The version of the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppVersionsResult.setAppVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
|
ListAppVersionsResult |
ListAppVersionsResult.withAppVersions(Collection<AppVersionSummary> appVersions)
The version of the application.
|
Copyright © 2025. All rights reserved.