Uses of Interface
software.amazon.awssdk.services.opensearch.model.DeleteOutboundConnectionRequest.Builder
-
Packages that use DeleteOutboundConnectionRequest.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 DeleteOutboundConnectionRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type DeleteOutboundConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteOutboundConnectionResponse>OpenSearchAsyncClient. deleteOutboundConnection(Consumer<DeleteOutboundConnectionRequest.Builder> deleteOutboundConnectionRequest)Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search connection.default DeleteOutboundConnectionResponseOpenSearchClient. deleteOutboundConnection(Consumer<DeleteOutboundConnectionRequest.Builder> deleteOutboundConnectionRequest)Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search connection. -
Uses of DeleteOutboundConnectionRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DeleteOutboundConnectionRequest.Builder Modifier and Type Method Description static DeleteOutboundConnectionRequest.BuilderDeleteOutboundConnectionRequest. builder()DeleteOutboundConnectionRequest.BuilderDeleteOutboundConnectionRequest.Builder. connectionId(String connectionId)The ID of the outbound connection you want to permanently delete.DeleteOutboundConnectionRequest.BuilderDeleteOutboundConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteOutboundConnectionRequest.BuilderDeleteOutboundConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteOutboundConnectionRequest.BuilderDeleteOutboundConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DeleteOutboundConnectionRequest.Builder Modifier and Type Method Description static Class<? extends DeleteOutboundConnectionRequest.Builder>DeleteOutboundConnectionRequest. serializableBuilderClass()
-