Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CreateVpcEndpointRequest
-
Packages that use CreateVpcEndpointRequest 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 CreateVpcEndpointRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type CreateVpcEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateVpcEndpointResponse>OpenSearchServerlessAsyncClient. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)Creates an OpenSearch Serverless-managed interface VPC endpoint.default CreateVpcEndpointResponseOpenSearchServerlessClient. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)Creates an OpenSearch Serverless-managed interface VPC endpoint. -
Uses of CreateVpcEndpointRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type CreateVpcEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateVpcEndpointRequestMarshaller. marshall(CreateVpcEndpointRequest createVpcEndpointRequest)
-