default AssociatePackageResponse |
OpenSearchClient.associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest) |
Associates a package with an Amazon OpenSearch Service domain.
|
default AssociatePackageResponse |
OpenSearchClient.associatePackage(AssociatePackageRequest associatePackageRequest) |
Associates a package with an Amazon OpenSearch Service domain.
|
default CreateApplicationResponse |
OpenSearchClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) |
Creates an OpenSearch Application.
|
default CreateApplicationResponse |
OpenSearchClient.createApplication(CreateApplicationRequest createApplicationRequest) |
Creates an OpenSearch Application.
|
default CreatePackageResponse |
OpenSearchClient.createPackage(Consumer<CreatePackageRequest.Builder> createPackageRequest) |
Creates a package for use with Amazon OpenSearch Service domains.
|
default CreatePackageResponse |
OpenSearchClient.createPackage(CreatePackageRequest createPackageRequest) |
Creates a package for use with Amazon OpenSearch Service domains.
|
default DeleteApplicationResponse |
OpenSearchClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) |
Deletes an existing OpenSearch Application.
|
default DeleteApplicationResponse |
OpenSearchClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest) |
Deletes an existing OpenSearch Application.
|
default DeletePackageResponse |
OpenSearchClient.deletePackage(Consumer<DeletePackageRequest.Builder> deletePackageRequest) |
Deletes an Amazon OpenSearch Service package.
|
default DeletePackageResponse |
OpenSearchClient.deletePackage(DeletePackageRequest deletePackageRequest) |
Deletes an Amazon OpenSearch Service package.
|
default DescribePackagesResponse |
OpenSearchClient.describePackages(Consumer<DescribePackagesRequest.Builder> describePackagesRequest) |
Describes all packages available to OpenSearch Service.
|
default DescribePackagesResponse |
OpenSearchClient.describePackages(DescribePackagesRequest describePackagesRequest) |
Describes all packages available to OpenSearch Service.
|
default DescribePackagesIterable |
OpenSearchClient.describePackagesPaginator(Consumer<DescribePackagesRequest.Builder> describePackagesRequest) |
|
default DescribePackagesIterable |
OpenSearchClient.describePackagesPaginator(DescribePackagesRequest describePackagesRequest) |
|
default DissociatePackageResponse |
OpenSearchClient.dissociatePackage(Consumer<DissociatePackageRequest.Builder> dissociatePackageRequest) |
Removes a package from the specified Amazon OpenSearch Service domain.
|
default DissociatePackageResponse |
OpenSearchClient.dissociatePackage(DissociatePackageRequest dissociatePackageRequest) |
Removes a package from the specified Amazon OpenSearch Service domain.
|
default GetApplicationResponse |
OpenSearchClient.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest) |
Check the configuration and status of an existing OpenSearch Application.
|
default GetApplicationResponse |
OpenSearchClient.getApplication(GetApplicationRequest getApplicationRequest) |
Check the configuration and status of an existing OpenSearch Application.
|
default GetPackageVersionHistoryResponse |
OpenSearchClient.getPackageVersionHistory(Consumer<GetPackageVersionHistoryRequest.Builder> 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).
|
default GetPackageVersionHistoryResponse |
OpenSearchClient.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).
|
default GetPackageVersionHistoryIterable |
OpenSearchClient.getPackageVersionHistoryPaginator(Consumer<GetPackageVersionHistoryRequest.Builder> getPackageVersionHistoryRequest) |
|
default GetPackageVersionHistoryIterable |
OpenSearchClient.getPackageVersionHistoryPaginator(GetPackageVersionHistoryRequest getPackageVersionHistoryRequest) |
|
default ListApplicationsResponse |
OpenSearchClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) |
List all OpenSearch Applications under your account.
|
default ListApplicationsResponse |
OpenSearchClient.listApplications(ListApplicationsRequest listApplicationsRequest) |
List all OpenSearch Applications under your account.
|
default ListApplicationsIterable |
OpenSearchClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) |
|
default ListApplicationsIterable |
OpenSearchClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) |
|
default ListDomainsForPackageResponse |
OpenSearchClient.listDomainsForPackage(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest) |
Lists all Amazon OpenSearch Service domains associated with a given package.
|
default ListDomainsForPackageResponse |
OpenSearchClient.listDomainsForPackage(ListDomainsForPackageRequest listDomainsForPackageRequest) |
Lists all Amazon OpenSearch Service domains associated with a given package.
|
default ListDomainsForPackageIterable |
OpenSearchClient.listDomainsForPackagePaginator(Consumer<ListDomainsForPackageRequest.Builder> listDomainsForPackageRequest) |
|
default ListDomainsForPackageIterable |
OpenSearchClient.listDomainsForPackagePaginator(ListDomainsForPackageRequest listDomainsForPackageRequest) |
|
default ListPackagesForDomainResponse |
OpenSearchClient.listPackagesForDomain(Consumer<ListPackagesForDomainRequest.Builder> listPackagesForDomainRequest) |
Lists all packages associated with an Amazon OpenSearch Service domain.
|
default ListPackagesForDomainResponse |
OpenSearchClient.listPackagesForDomain(ListPackagesForDomainRequest listPackagesForDomainRequest) |
Lists all packages associated with an Amazon OpenSearch Service domain.
|
default ListPackagesForDomainIterable |
OpenSearchClient.listPackagesForDomainPaginator(Consumer<ListPackagesForDomainRequest.Builder> listPackagesForDomainRequest) |
|
default ListPackagesForDomainIterable |
OpenSearchClient.listPackagesForDomainPaginator(ListPackagesForDomainRequest listPackagesForDomainRequest) |
|
default UpdateApplicationResponse |
OpenSearchClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest) |
Update the OpenSearch Application.
|
default UpdateApplicationResponse |
OpenSearchClient.updateApplication(UpdateApplicationRequest updateApplicationRequest) |
Update the OpenSearch Application.
|
default UpdatePackageResponse |
OpenSearchClient.updatePackage(Consumer<UpdatePackageRequest.Builder> updatePackageRequest) |
Updates a package for use with Amazon OpenSearch Service domains.
|
default UpdatePackageResponse |
OpenSearchClient.updatePackage(UpdatePackageRequest updatePackageRequest) |
Updates a package for use with Amazon OpenSearch Service domains.
|