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