Uses of Class
software.amazon.awssdk.services.opensearch.model.CreateVpcEndpointResponse
-
Packages that use CreateVpcEndpointResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of CreateVpcEndpointResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return CreateVpcEndpointResponse Modifier and Type Method Description default CreateVpcEndpointResponseOpenSearchClient. createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)Creates an Amazon OpenSearch Service-managed VPC endpoint.default CreateVpcEndpointResponseOpenSearchClient. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)Creates an Amazon OpenSearch Service-managed VPC endpoint.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type CreateVpcEndpointResponse Modifier and Type Method Description default CompletableFuture<CreateVpcEndpointResponse>OpenSearchAsyncClient. createVpcEndpoint(Consumer<CreateVpcEndpointRequest.Builder> createVpcEndpointRequest)Creates an Amazon OpenSearch Service-managed VPC endpoint.default CompletableFuture<CreateVpcEndpointResponse>OpenSearchAsyncClient. createVpcEndpoint(CreateVpcEndpointRequest createVpcEndpointRequest)Creates an Amazon OpenSearch Service-managed VPC endpoint.
-