Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.DeleteVpcEndpointRequest
-
Packages that use DeleteVpcEndpointRequest Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies.software.amazon.awssdk.services.opensearchserverless.transform -
-
Uses of DeleteVpcEndpointRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type DeleteVpcEndpointRequest Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointResponse>OpenSearchServerlessAsyncClient. deleteVpcEndpoint(DeleteVpcEndpointRequest deleteVpcEndpointRequest)Deletes an OpenSearch Serverless-managed interface endpoint.default DeleteVpcEndpointResponseOpenSearchServerlessClient. deleteVpcEndpoint(DeleteVpcEndpointRequest deleteVpcEndpointRequest)Deletes an OpenSearch Serverless-managed interface endpoint. -
Uses of DeleteVpcEndpointRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type DeleteVpcEndpointRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpcEndpointRequestMarshaller. marshall(DeleteVpcEndpointRequest deleteVpcEndpointRequest)
-