| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociatePackageResponse |
ElasticsearchClient.associatePackage(AssociatePackageRequest associatePackageRequest)
Associates a package with an Amazon ES domain.
|
default AssociatePackageResponse |
ElasticsearchClient.associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)
Associates a package with an Amazon ES domain.
|
default CreatePackageResponse |
ElasticsearchClient.createPackage(Consumer<CreatePackageRequest.Builder> createPackageRequest)
Create a package for use with Amazon ES domains.
|
default CreatePackageResponse |
ElasticsearchClient.createPackage(CreatePackageRequest createPackageRequest)
Create a package for use with Amazon ES domains.
|
default DeletePackageResponse |
ElasticsearchClient.deletePackage(Consumer<DeletePackageRequest.Builder> deletePackageRequest)
Delete the package.
|
default DeletePackageResponse |
ElasticsearchClient.deletePackage(DeletePackageRequest deletePackageRequest)
Delete the package.
|
default DescribePackagesResponse |
ElasticsearchClient.describePackages(Consumer<DescribePackagesRequest.Builder> describePackagesRequest)
Describes all packages available to Amazon ES.
|
default DescribePackagesResponse |
ElasticsearchClient.describePackages(DescribePackagesRequest describePackagesRequest)
Describes all packages available to Amazon ES.
|
default DescribePackagesIterable |
ElasticsearchClient.describePackagesPaginator(Consumer<DescribePackagesRequest.Builder> describePackagesRequest)
Describes all packages available to Amazon ES.
|
default DescribePackagesIterable |
ElasticsearchClient.describePackagesPaginator(DescribePackagesRequest describePackagesRequest)
Describes all packages available to Amazon ES.
|
default DissociatePackageResponse |
ElasticsearchClient.dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest)
Dissociates a package from the Amazon ES domain.
|
default DissociatePackageResponse |
ElasticsearchClient.dissociatePackage(DissociatePackageRequest dissociatePackageRequest)
Dissociates a package from the Amazon ES domain.
|
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.
|
default GetPackageVersionHistoryIterable |
ElasticsearchClient.getPackageVersionHistoryPaginator(Consumer<GetPackageVersionHistoryRequest.Builder> getPackageVersionHistoryRequest)
Returns a list of versions of the package, along with their creation time and commit message.
|
default GetPackageVersionHistoryIterable |
ElasticsearchClient.getPackageVersionHistoryPaginator(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest)
Returns a list of versions of the package, along with their creation time and commit message.
|
default ListDomainsForPackageResponse |
ElasticsearchClient.listDomainsForPackage(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
default ListDomainsForPackageResponse |
ElasticsearchClient.listDomainsForPackage(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
default ListDomainsForPackageIterable |
ElasticsearchClient.listDomainsForPackagePaginator(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
default ListDomainsForPackageIterable |
ElasticsearchClient.listDomainsForPackagePaginator(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon ES domains associated with the package.
|
default ListPackagesForDomainResponse |
ElasticsearchClient.listPackagesForDomain(Consumer<ListPackagesForDomainRequest.Builder> listPackagesForDomainRequest)
Lists all packages associated with the Amazon ES domain.
|
default ListPackagesForDomainResponse |
ElasticsearchClient.listPackagesForDomain(ListPackagesForDomainRequest listPackagesForDomainRequest)
Lists all packages associated with the Amazon ES domain.
|
default ListPackagesForDomainIterable |
ElasticsearchClient.listPackagesForDomainPaginator(Consumer<ListPackagesForDomainRequest.Builder> listPackagesForDomainRequest)
Lists all packages associated with the Amazon ES domain.
|
default ListPackagesForDomainIterable |
ElasticsearchClient.listPackagesForDomainPaginator(ListPackagesForDomainRequest listPackagesForDomainRequest)
Lists all packages associated with the Amazon ES domain.
|
default UpdatePackageResponse |
ElasticsearchClient.updatePackage(Consumer<UpdatePackageRequest.Builder> updatePackageRequest)
Updates a package for use with Amazon ES domains.
|
default UpdatePackageResponse |
ElasticsearchClient.updatePackage(UpdatePackageRequest updatePackageRequest)
Updates a package for use with Amazon ES domains.
|
Copyright © 2022. All rights reserved.