Uses of Class
software.amazon.awssdk.services.opensearch.model.AuthorizeVpcEndpointAccessResponse
-
Packages that use AuthorizeVpcEndpointAccessResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of AuthorizeVpcEndpointAccessResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return AuthorizeVpcEndpointAccessResponse Modifier and Type Method Description default AuthorizeVpcEndpointAccessResponseOpenSearchClient. authorizeVpcEndpointAccess(Consumer<AuthorizeVpcEndpointAccessRequest.Builder> authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default AuthorizeVpcEndpointAccessResponseOpenSearchClient. 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.opensearch that return types with arguments of type AuthorizeVpcEndpointAccessResponse Modifier and Type Method Description default CompletableFuture<AuthorizeVpcEndpointAccessResponse>OpenSearchAsyncClient. authorizeVpcEndpointAccess(Consumer<AuthorizeVpcEndpointAccessRequest.Builder> authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.default CompletableFuture<AuthorizeVpcEndpointAccessResponse>OpenSearchAsyncClient. authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
-