Uses of Interface
software.amazon.awssdk.services.opensearch.model.RejectInboundConnectionRequest.Builder
-
Packages that use RejectInboundConnectionRequest.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 RejectInboundConnectionRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type RejectInboundConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<RejectInboundConnectionResponse>OpenSearchAsyncClient. rejectInboundConnection(Consumer<RejectInboundConnectionRequest.Builder> rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.default RejectInboundConnectionResponseOpenSearchClient. rejectInboundConnection(Consumer<RejectInboundConnectionRequest.Builder> rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request. -
Uses of RejectInboundConnectionRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return RejectInboundConnectionRequest.Builder Modifier and Type Method Description static RejectInboundConnectionRequest.BuilderRejectInboundConnectionRequest. builder()RejectInboundConnectionRequest.BuilderRejectInboundConnectionRequest.Builder. connectionId(String connectionId)The unique identifier of the inbound connection to reject.RejectInboundConnectionRequest.BuilderRejectInboundConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RejectInboundConnectionRequest.BuilderRejectInboundConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RejectInboundConnectionRequest.BuilderRejectInboundConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type RejectInboundConnectionRequest.Builder Modifier and Type Method Description static Class<? extends RejectInboundConnectionRequest.Builder>RejectInboundConnectionRequest. serializableBuilderClass()
-