Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AuthorizeVpcEndpointAccessResponse
-
Packages that use AuthorizeVpcEndpointAccessResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of AuthorizeVpcEndpointAccessResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return AuthorizeVpcEndpointAccessResponse Modifier and Type Method Description default AuthorizeVpcEndpointAccessResponseElasticsearchClient. authorizeVpcEndpointAccess(Consumer<AuthorizeVpcEndpointAccessRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type AuthorizeVpcEndpointAccessResponse Modifier and Type Method Description default CompletableFuture<AuthorizeVpcEndpointAccessResponse>ElasticsearchAsyncClient. authorizeVpcEndpointAccess(Consumer<AuthorizeVpcEndpointAccessRequest.Builder> authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default CompletableFuture<AuthorizeVpcEndpointAccessResponse>ElasticsearchAsyncClient. authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
-