Uses of Class
software.amazon.awssdk.services.elasticsearch.model.ListVpcEndpointsForDomainResponse
-
Packages that use ListVpcEndpointsForDomainResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of ListVpcEndpointsForDomainResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return ListVpcEndpointsForDomainResponse Modifier and Type Method Description default ListVpcEndpointsForDomainResponseElasticsearchClient. listVpcEndpointsForDomain(Consumer<ListVpcEndpointsForDomainRequest.Builder> listVpcEndpointsForDomainRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.default ListVpcEndpointsForDomainResponseElasticsearchClient. listVpcEndpointsForDomain(ListVpcEndpointsForDomainRequest listVpcEndpointsForDomainRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type ListVpcEndpointsForDomainResponse Modifier and Type Method Description default CompletableFuture<ListVpcEndpointsForDomainResponse>ElasticsearchAsyncClient. listVpcEndpointsForDomain(Consumer<ListVpcEndpointsForDomainRequest.Builder> listVpcEndpointsForDomainRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.default CompletableFuture<ListVpcEndpointsForDomainResponse>ElasticsearchAsyncClient. listVpcEndpointsForDomain(ListVpcEndpointsForDomainRequest listVpcEndpointsForDomainRequest)Retrieves all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain.
-