Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CreateVpcEndpointResponse
-
Packages that use CreateVpcEndpointResponse Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies. -
-
Uses of CreateVpcEndpointResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return CreateVpcEndpointResponse Modifier and Type Method Description default CreateVpcEndpointResponseOpenSearchServerlessClient. createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)Creates an OpenSearch Serverless-managed interface VPC endpoint.default CreateVpcEndpointResponseOpenSearchServerlessClient. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)Creates an OpenSearch Serverless-managed interface VPC endpoint.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type CreateVpcEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateVpcEndpointResponse>OpenSearchServerlessAsyncClient. createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)Creates an OpenSearch Serverless-managed interface VPC endpoint.default CompletableFuture<CreateVpcEndpointResponse>OpenSearchServerlessAsyncClient. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)Creates an OpenSearch Serverless-managed interface VPC endpoint.
-