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).
|
Future<GetPackageVersionHistoryResult> |
AbstractAmazonOpenSearchAsync.getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request) |
Future<GetPackageVersionHistoryResult> |
AmazonOpenSearchAsyncClient.getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request) |
Future<GetPackageVersionHistoryResult> |
AmazonOpenSearchAsync.getPackageVersionHistoryAsync(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).
|
Future<GetPackageVersionHistoryResult> |
AbstractAmazonOpenSearchAsync.getPackageVersionHistoryAsync(GetPackageVersionHistoryRequest request,
AsyncHandler<GetPackageVersionHistoryRequest,GetPackageVersionHistoryResult> asyncHandler) |
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, commit message, and
plugin properties (if the package is a zip plugin package).
|
Modifier and Type | Method and Description |
---|---|
GetPackageVersionHistoryRequest |
GetPackageVersionHistoryRequest.clone() |
GetPackageVersionHistoryRequest |
GetPackageVersionHistoryRequest.withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
GetPackageVersionHistoryRequest |
GetPackageVersionHistoryRequest.withNextToken(String nextToken)
If your initial
GetPackageVersionHistory operation returns a nextToken , you can include
the returned nextToken in subsequent GetPackageVersionHistory operations, which returns
results in the next page. |
GetPackageVersionHistoryRequest |
GetPackageVersionHistoryRequest.withPackageID(String packageID)
The unique identifier of the package.
|
Copyright © 2023. All rights reserved.