Uses of Class
software.amazon.awssdk.services.opensearch.model.DeleteOutboundConnectionRequest
-
Packages that use DeleteOutboundConnectionRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of DeleteOutboundConnectionRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type DeleteOutboundConnectionRequest Modifier and Type Method Description default CompletableFuture<DeleteOutboundConnectionResponse>OpenSearchAsyncClient. deleteOutboundConnection(DeleteOutboundConnectionRequest 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. -
Uses of DeleteOutboundConnectionRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type DeleteOutboundConnectionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteOutboundConnectionRequestMarshaller. marshall(DeleteOutboundConnectionRequest deleteOutboundConnectionRequest)
-