Package | Description |
---|---|
com.amazonaws.services.elasticsearch.model |
Modifier and Type | Method and Description |
---|---|
PackageVersionHistory |
PackageVersionHistory.clone() |
PackageVersionHistory |
PackageVersionHistory.withCommitMessage(String commitMessage)
A message associated with the version.
|
PackageVersionHistory |
PackageVersionHistory.withCreatedAt(Date createdAt)
Timestamp which tells creation time of the package version.
|
PackageVersionHistory |
PackageVersionHistory.withPackageVersion(String packageVersion)
Version of the package.
|
Modifier and Type | Method and Description |
---|---|
List<PackageVersionHistory> |
GetPackageVersionHistoryResult.getPackageVersionHistoryList()
List of
PackageVersionHistory objects. |
Modifier and Type | Method and Description |
---|---|
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageVersionHistoryList(PackageVersionHistory... packageVersionHistoryList)
List of
PackageVersionHistory objects. |
Modifier and Type | Method and Description |
---|---|
void |
GetPackageVersionHistoryResult.setPackageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
List of
PackageVersionHistory objects. |
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
List of
PackageVersionHistory objects. |
Copyright © 2021. All rights reserved.