Uses of Interface
software.amazon.awssdk.services.opensearch.model.AcceptInboundConnectionRequest.Builder
-
Packages that use AcceptInboundConnectionRequest.Builder 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.model -
-
Uses of AcceptInboundConnectionRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type AcceptInboundConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<AcceptInboundConnectionResponse>OpenSearchAsyncClient. acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request.default AcceptInboundConnectionResponseOpenSearchClient. acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request. -
Uses of AcceptInboundConnectionRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AcceptInboundConnectionRequest.Builder Modifier and Type Method Description static AcceptInboundConnectionRequest.BuilderAcceptInboundConnectionRequest. builder()AcceptInboundConnectionRequest.BuilderAcceptInboundConnectionRequest.Builder. connectionId(String connectionId)The ID of the inbound connection to accept.AcceptInboundConnectionRequest.BuilderAcceptInboundConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptInboundConnectionRequest.BuilderAcceptInboundConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AcceptInboundConnectionRequest.BuilderAcceptInboundConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AcceptInboundConnectionRequest.Builder Modifier and Type Method Description static Class<? extends AcceptInboundConnectionRequest.Builder>AcceptInboundConnectionRequest. serializableBuilderClass()
-