Uses of Class
software.amazon.awssdk.services.opensearch.model.RejectInboundConnectionRequest
-
Packages that use RejectInboundConnectionRequest 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 RejectInboundConnectionRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type RejectInboundConnectionRequest Modifier and Type Method Description default CompletableFuture<RejectInboundConnectionResponse>OpenSearchAsyncClient. rejectInboundConnection(RejectInboundConnectionRequest rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.default RejectInboundConnectionResponseOpenSearchClient. rejectInboundConnection(RejectInboundConnectionRequest rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request. -
Uses of RejectInboundConnectionRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type RejectInboundConnectionRequest Modifier and Type Method Description SdkHttpFullRequestRejectInboundConnectionRequestMarshaller. marshall(RejectInboundConnectionRequest rejectInboundConnectionRequest)
-