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