Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
GetPackageVersionHistoryResult |
AbstractAmazonOpenSearch.getPackageVersionHistory(GetPackageVersionHistoryRequest request) |
GetPackageVersionHistoryResult |
AmazonOpenSearchClient.getPackageVersionHistory(GetPackageVersionHistoryRequest request)
Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and
plugin properties (if the package is a zip plugin package).
|
GetPackageVersionHistoryResult |
AmazonOpenSearch.getPackageVersionHistory(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest)
Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and
plugin properties (if the package is a zip plugin package).
|
Modifier and Type | Method and Description |
---|---|
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.clone() |
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageID(String packageID)
The unique identifier of the package.
|
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
GetPackageVersionHistoryResult |
GetPackageVersionHistoryResult.withPackageVersionHistoryList(PackageVersionHistory... packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
Copyright © 2023. All rights reserved.