Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.BatchGetVpcEndpointResponse
-
Packages that use BatchGetVpcEndpointResponse Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies. -
-
Uses of BatchGetVpcEndpointResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return BatchGetVpcEndpointResponse Modifier and Type Method Description default BatchGetVpcEndpointResponseOpenSearchServerlessClient. batchGetVpcEndpoint(Consumer<BatchGetVpcEndpointRequest.Builder> batchGetVpcEndpointRequest)Returns attributes for one or more VPC endpoints associated with the current account.default BatchGetVpcEndpointResponseOpenSearchServerlessClient. batchGetVpcEndpoint(BatchGetVpcEndpointRequest batchGetVpcEndpointRequest)Returns attributes for one or more VPC endpoints associated with the current account.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type BatchGetVpcEndpointResponse Modifier and Type Method Description default CompletableFuture<BatchGetVpcEndpointResponse>OpenSearchServerlessAsyncClient. batchGetVpcEndpoint(Consumer<BatchGetVpcEndpointRequest.Builder> batchGetVpcEndpointRequest)Returns attributes for one or more VPC endpoints associated with the current account.default CompletableFuture<BatchGetVpcEndpointResponse>OpenSearchServerlessAsyncClient. batchGetVpcEndpoint(BatchGetVpcEndpointRequest batchGetVpcEndpointRequest)Returns attributes for one or more VPC endpoints associated with the current account.
-