| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
PackageVersionHistory |
PackageVersionHistory.clone() |
PackageVersionHistory |
PackageVersionHistory.withCommitMessage(String commitMessage)
A message associated with the package version when it was uploaded.
|
PackageVersionHistory |
PackageVersionHistory.withCreatedAt(Date createdAt)
The date and time when the package was created.
|
PackageVersionHistory |
PackageVersionHistory.withPackageVersion(String packageVersion)
The package version.
|
PackageVersionHistory |
PackageVersionHistory.withPluginProperties(PluginProperties pluginProperties)
Additional information about plugin properties if the package is a
ZIP-PLUGIN package. |
| Modifier and Type | Method and Description |
|---|---|
List<PackageVersionHistory> |
GetPackageVersionHistoryResult.getPackageVersionHistoryList()
A list of package versions, along with their creation time and commit message.
|
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageVersionHistoryList(PackageVersionHistory... packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPackageVersionHistoryResult.setPackageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
Copyright © 2024. All rights reserved.