Uses of Class
software.amazon.awssdk.services.opensearch.model.CreateOutboundConnectionRequest
-
Packages that use CreateOutboundConnectionRequest 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 CreateOutboundConnectionRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type CreateOutboundConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateOutboundConnectionResponse>OpenSearchAsyncClient. createOutboundConnection(CreateOutboundConnectionRequest createOutboundConnectionRequest)Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain.default CreateOutboundConnectionResponseOpenSearchClient. createOutboundConnection(CreateOutboundConnectionRequest createOutboundConnectionRequest)Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain. -
Uses of CreateOutboundConnectionRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type CreateOutboundConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateOutboundConnectionRequestMarshaller. marshall(CreateOutboundConnectionRequest createOutboundConnectionRequest)
-