Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AuthorizeVpcEndpointAccessRequest
-
Packages that use AuthorizeVpcEndpointAccessRequest Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.transform -
-
Uses of AuthorizeVpcEndpointAccessRequest in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch with parameters of type AuthorizeVpcEndpointAccessRequest Modifier and Type Method Description default CompletableFuture<AuthorizeVpcEndpointAccessResponse>ElasticsearchAsyncClient. authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default AuthorizeVpcEndpointAccessResponseElasticsearchClient. authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. -
Uses of AuthorizeVpcEndpointAccessRequest in software.amazon.awssdk.services.elasticsearch.transform
Methods in software.amazon.awssdk.services.elasticsearch.transform with parameters of type AuthorizeVpcEndpointAccessRequest Modifier and Type Method Description SdkHttpFullRequestAuthorizeVpcEndpointAccessRequestMarshaller. marshall(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)
-