Uses of Class
software.amazon.awssdk.services.opensearch.model.ListVpcEndpointsRequest
-
Packages that use ListVpcEndpointsRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of ListVpcEndpointsRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type ListVpcEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListVpcEndpointsResponse>OpenSearchAsyncClient. listVpcEndpoints(ListVpcEndpointsRequest 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. -
Uses of ListVpcEndpointsRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type ListVpcEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListVpcEndpointsRequestMarshaller. marshall(ListVpcEndpointsRequest listVpcEndpointsRequest)
-