Uses of Class
software.amazon.awssdk.services.opensearch.model.ListVpcEndpointsResponse
-
Packages that use ListVpcEndpointsResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of ListVpcEndpointsResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return ListVpcEndpointsResponse Modifier and Type Method Description default ListVpcEndpointsResponseOpenSearchClient. listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.default ListVpcEndpointsResponseOpenSearchClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type ListVpcEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListVpcEndpointsResponse>OpenSearchAsyncClient. listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.default CompletableFuture<ListVpcEndpointsResponse>OpenSearchAsyncClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints in the current Amazon Web Services account and Region.
-