| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociatePackageResponse |
OpenSearchClient.associatePackage(AssociatePackageRequest associatePackageRequest)
Associates a package with an Amazon OpenSearch Service domain.
|
default AssociatePackageResponse |
OpenSearchClient.associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)
Associates a package with an Amazon OpenSearch Service domain.
|
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 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)
Describes all packages available to OpenSearch Service.
|
default DescribePackagesIterable |
OpenSearchClient.describePackagesPaginator(DescribePackagesRequest describePackagesRequest)
Describes all packages available to OpenSearch Service.
|
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 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)
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(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 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)
Lists all Amazon OpenSearch Service domains associated with a given package.
|
default ListDomainsForPackageIterable |
OpenSearchClient.listDomainsForPackagePaginator(ListDomainsForPackageRequest listDomainsForPackageRequest)
Lists all Amazon OpenSearch Service domains associated with a given package.
|
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)
Lists all packages associated with an Amazon OpenSearch Service domain.
|
default ListPackagesForDomainIterable |
OpenSearchClient.listPackagesForDomainPaginator(ListPackagesForDomainRequest listPackagesForDomainRequest)
Lists all packages associated with an Amazon OpenSearch Service domain.
|
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.
|
Copyright © 2023. All rights reserved.