Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
Future<AuthorizeVpcEndpointAccessResult> |
AbstractAmazonOpenSearchAsync.authorizeVpcEndpointAccessAsync(AuthorizeVpcEndpointAccessRequest request,
AsyncHandler<AuthorizeVpcEndpointAccessRequest,AuthorizeVpcEndpointAccessResult> asyncHandler) |
Future<AuthorizeVpcEndpointAccessResult> |
AmazonOpenSearchAsyncClient.authorizeVpcEndpointAccessAsync(AuthorizeVpcEndpointAccessRequest request,
AsyncHandler<AuthorizeVpcEndpointAccessRequest,AuthorizeVpcEndpointAccessResult> asyncHandler) |
Future<AuthorizeVpcEndpointAccessResult> |
AmazonOpenSearchAsync.authorizeVpcEndpointAccessAsync(AuthorizeVpcEndpointAccessRequest authorizeVpcEndpointAccessRequest,
AsyncHandler<AuthorizeVpcEndpointAccessRequest,AuthorizeVpcEndpointAccessResult> asyncHandler)
Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
AuthorizeVpcEndpointAccessRequest |
AuthorizeVpcEndpointAccessRequest.clone() |
AuthorizeVpcEndpointAccessRequest |
AuthorizeVpcEndpointAccessRequest.withAccount(String account)
The Amazon Web Services account ID to grant access to.
|
AuthorizeVpcEndpointAccessRequest |
AuthorizeVpcEndpointAccessRequest.withDomainName(String domainName)
The name of the OpenSearch Service domain to provide access to.
|
Copyright © 2023. All rights reserved.