| 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 AcceptInboundConnectionResponse |
OpenSearchClient.acceptInboundConnection(AcceptInboundConnectionRequest acceptInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
default AcceptInboundConnectionResponse |
OpenSearchClient.acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
default AddTagsResponse |
OpenSearchClient.addTags(AddTagsRequest addTagsRequest)
Attaches tags to an existing Amazon OpenSearch Service domain.
|
default AddTagsResponse |
OpenSearchClient.addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)
Attaches tags to an existing Amazon OpenSearch Service domain.
|
default AuthorizeVpcEndpointAccessResponse |
OpenSearchClient.authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
|
default AuthorizeVpcEndpointAccessResponse |
OpenSearchClient.authorizeVpcEndpointAccess(Consumer<AuthorizeVpcEndpointAccessRequest.Builder> authorizeVpcEndpointAccessRequest)
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
|
default CreateDomainResponse |
OpenSearchClient.createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)
Creates an Amazon OpenSearch Service domain.
|
default CreateDomainResponse |
OpenSearchClient.createDomain(CreateDomainRequest createDomainRequest)
Creates an Amazon OpenSearch Service domain.
|
default CreateOutboundConnectionResponse |
OpenSearchClient.createOutboundConnection(Consumer<CreateOutboundConnectionRequest.Builder> createOutboundConnectionRequest)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination
domain.
|
default CreateOutboundConnectionResponse |
OpenSearchClient.createOutboundConnection(CreateOutboundConnectionRequest createOutboundConnectionRequest)
Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination
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 CreateVpcEndpointResponse |
OpenSearchClient.createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)
Creates an Amazon OpenSearch Service-managed VPC endpoint.
|
default CreateVpcEndpointResponse |
OpenSearchClient.createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates an Amazon OpenSearch Service-managed VPC endpoint.
|
default DescribeInstanceTypeLimitsResponse |
OpenSearchClient.describeInstanceTypeLimits(Consumer<DescribeInstanceTypeLimitsRequest.Builder> describeInstanceTypeLimitsRequest)
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and
instance type.
|
default DescribeInstanceTypeLimitsResponse |
OpenSearchClient.describeInstanceTypeLimits(DescribeInstanceTypeLimitsRequest describeInstanceTypeLimitsRequest)
Describes the instance count, storage, and master node limits for a given OpenSearch or Elasticsearch version and
instance type.
|
default PurchaseReservedInstanceOfferingResponse |
OpenSearchClient.purchaseReservedInstanceOffering(Consumer<PurchaseReservedInstanceOfferingRequest.Builder> purchaseReservedInstanceOfferingRequest)
Allows you to purchase Amazon OpenSearch Service Reserved Instances.
|
default PurchaseReservedInstanceOfferingResponse |
OpenSearchClient.purchaseReservedInstanceOffering(PurchaseReservedInstanceOfferingRequest purchaseReservedInstanceOfferingRequest)
Allows you to purchase Amazon OpenSearch Service Reserved Instances.
|
default UpdateDomainConfigResponse |
OpenSearchClient.updateDomainConfig(Consumer<UpdateDomainConfigRequest.Builder> updateDomainConfigRequest)
Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.sl
|
default UpdateDomainConfigResponse |
OpenSearchClient.updateDomainConfig(UpdateDomainConfigRequest updateDomainConfigRequest)
Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.sl
|
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.
|
default UpdateScheduledActionResponse |
OpenSearchClient.updateScheduledAction(Consumer<UpdateScheduledActionRequest.Builder> updateScheduledActionRequest)
Reschedules a planned domain configuration change for a later time.
|
default UpdateScheduledActionResponse |
OpenSearchClient.updateScheduledAction(UpdateScheduledActionRequest updateScheduledActionRequest)
Reschedules a planned domain configuration change for a later time.
|
Copyright © 2023. All rights reserved.