| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| software.amazon.awssdk.services.elasticsearch.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetPackageVersionHistoryResponse |
ElasticsearchClient.getPackageVersionHistory(Consumer<GetPackageVersionHistoryRequest.Builder> getPackageVersionHistoryRequest)
Returns a list of versions of the package, along with their creation time and commit message.
|
default GetPackageVersionHistoryResponse |
ElasticsearchClient.getPackageVersionHistory(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest)
Returns a list of versions of the package, along with their creation time and commit message.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetPackageVersionHistoryResponse> |
ElasticsearchAsyncClient.getPackageVersionHistory(Consumer<GetPackageVersionHistoryRequest.Builder> getPackageVersionHistoryRequest)
Returns a list of versions of the package, along with their creation time and commit message.
|
default CompletableFuture<GetPackageVersionHistoryResponse> |
ElasticsearchAsyncClient.getPackageVersionHistory(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest)
Returns a list of versions of the package, along with their creation time and commit message.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetPackageVersionHistoryResponse> |
GetPackageVersionHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPackageVersionHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetPackageVersionHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.