Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.BatchGetVpcEndpointRequest
-
Packages that use BatchGetVpcEndpointRequest 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.transform -
-
Uses of BatchGetVpcEndpointRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type BatchGetVpcEndpointRequest Modifier and Type Method Description default CompletableFuture<BatchGetVpcEndpointResponse>OpenSearchServerlessAsyncClient. batchGetVpcEndpoint(BatchGetVpcEndpointRequest 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. -
Uses of BatchGetVpcEndpointRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type BatchGetVpcEndpointRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetVpcEndpointRequestMarshaller. marshall(BatchGetVpcEndpointRequest batchGetVpcEndpointRequest)
-