Uses of Class
software.amazon.awssdk.services.opensearch.model.AuthorizeVpcEndpointAccessRequest
-
Packages that use AuthorizeVpcEndpointAccessRequest 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 AuthorizeVpcEndpointAccessRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type AuthorizeVpcEndpointAccessRequest Modifier and Type Method Description default CompletableFuture<AuthorizeVpcEndpointAccessResponse>OpenSearchAsyncClient. authorizeVpcEndpointAccess(AuthorizeVpcEndpointAccessRequest 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. -
Uses of AuthorizeVpcEndpointAccessRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type AuthorizeVpcEndpointAccessRequest Modifier and Type Method Description SdkHttpFullRequestAuthorizeVpcEndpointAccessRequestMarshaller. marshall(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest)
-