| 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 |
AmazonOpenSearchClient.getPackageVersionHistory(GetPackageVersionHistoryRequest request)
Returns a list of Amazon OpenSearch Service package versions, along with their creation time and commit message.
|
GetPackageVersionHistoryResult |
AmazonOpenSearch.getPackageVersionHistory(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest)
Returns a list of Amazon OpenSearch Service package versions, along with their creation time and commit message.
|
GetPackageVersionHistoryResult |
AbstractAmazonOpenSearch.getPackageVersionHistory(GetPackageVersionHistoryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPackageVersionHistoryResult> |
AmazonOpenSearchAsyncClient.getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request,
AsyncHandler<GetPackageVersionHistoryRequest,GetPackageVersionHistoryResult> asyncHandler) |
Future<GetPackageVersionHistoryResult> |
AmazonOpenSearchAsync.getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest,
AsyncHandler<GetPackageVersionHistoryRequest,GetPackageVersionHistoryResult> asyncHandler)
Returns a list of Amazon OpenSearch Service package versions, along with their creation time and commit message.
|
Future<GetPackageVersionHistoryResult> |
AbstractAmazonOpenSearchAsync.getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request,
AsyncHandler<GetPackageVersionHistoryRequest,GetPackageVersionHistoryResult> asyncHandler) |
| 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.