Uses of Class
software.amazon.awssdk.services.opensearch.model.DeleteInboundConnectionResponse
-
Packages that use DeleteInboundConnectionResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of DeleteInboundConnectionResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return DeleteInboundConnectionResponse Modifier and Type Method Description default DeleteInboundConnectionResponseOpenSearchClient. deleteInboundConnection(Consumer<DeleteInboundConnectionRequest.Builder> deleteInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection.default DeleteInboundConnectionResponseOpenSearchClient. deleteInboundConnection(DeleteInboundConnectionRequest deleteInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type DeleteInboundConnectionResponse Modifier and Type Method Description default CompletableFuture<DeleteInboundConnectionResponse>OpenSearchAsyncClient. deleteInboundConnection(Consumer<DeleteInboundConnectionRequest.Builder> deleteInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection.default CompletableFuture<DeleteInboundConnectionResponse>OpenSearchAsyncClient. deleteInboundConnection(DeleteInboundConnectionRequest deleteInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search connection.
-