Uses of Interface
software.amazon.awssdk.services.opensearch.model.AuthorizeVpcEndpointAccessRequest.Builder
-
Packages that use AuthorizeVpcEndpointAccessRequest.Builder 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.model -
-
Uses of AuthorizeVpcEndpointAccessRequest.Builder in software.amazon.awssdk.services.opensearch
Method parameters in software.amazon.awssdk.services.opensearch with type arguments of type AuthorizeVpcEndpointAccessRequest.Builder 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 AuthorizeVpcEndpointAccessResponseOpenSearchClient. authorizeVpcEndpointAccess(Consumer<AuthorizeVpcEndpointAccessRequest.Builder> authorizeVpcEndpointAccessRequest)Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint. -
Uses of AuthorizeVpcEndpointAccessRequest.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AuthorizeVpcEndpointAccessRequest.Builder Modifier and Type Method Description AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest.Builder. account(String account)The Amazon Web Services account ID to grant access to.static AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest. builder()AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest.Builder. domainName(String domainName)The name of the OpenSearch Service domain to provide access to.AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest.Builder. service(String service)The Amazon Web Services service SP to grant access to.AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest.Builder. service(AWSServicePrincipal service)The Amazon Web Services service SP to grant access to.AuthorizeVpcEndpointAccessRequest.BuilderAuthorizeVpcEndpointAccessRequest. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AuthorizeVpcEndpointAccessRequest.Builder Modifier and Type Method Description static Class<? extends AuthorizeVpcEndpointAccessRequest.Builder>AuthorizeVpcEndpointAccessRequest. serializableBuilderClass()
-