Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.ListVpcEndpointsResponse
-
Packages that use ListVpcEndpointsResponse 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.paginators -
-
Uses of ListVpcEndpointsResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return ListVpcEndpointsResponse Modifier and Type Method Description default ListVpcEndpointsResponseOpenSearchServerlessClient. listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.default ListVpcEndpointsResponseOpenSearchServerlessClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type ListVpcEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListVpcEndpointsResponse>OpenSearchServerlessAsyncClient. listVpcEndpoints(Consumer<ListVpcEndpointsRequest.Builder> listVpcEndpointsRequest)Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account.default CompletableFuture<ListVpcEndpointsResponse>OpenSearchServerlessAsyncClient. listVpcEndpoints(ListVpcEndpointsRequest listVpcEndpointsRequest)Returns the OpenSearch Serverless-managed interface VPC endpoints associated with the current account. -
Uses of ListVpcEndpointsResponse in software.amazon.awssdk.services.opensearchserverless.paginators
Methods in software.amazon.awssdk.services.opensearchserverless.paginators that return types with arguments of type ListVpcEndpointsResponse Modifier and Type Method Description Iterator<ListVpcEndpointsResponse>ListVpcEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.opensearchserverless.paginators with type arguments of type ListVpcEndpointsResponse Modifier and Type Method Description voidListVpcEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVpcEndpointsResponse> subscriber)
-