Uses of Class
software.amazon.awssdk.services.elasticsearch.model.RevokeVpcEndpointAccessResponse
-
Packages that use RevokeVpcEndpointAccessResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of RevokeVpcEndpointAccessResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return RevokeVpcEndpointAccessResponse Modifier and Type Method Description default RevokeVpcEndpointAccessResponseElasticsearchClient. revokeVpcEndpointAccess(Consumer<RevokeVpcEndpointAccessRequest.Builder> revokeVpcEndpointAccessRequest)Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.default RevokeVpcEndpointAccessResponseElasticsearchClient. revokeVpcEndpointAccess(RevokeVpcEndpointAccessRequest revokeVpcEndpointAccessRequest)Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type RevokeVpcEndpointAccessResponse Modifier and Type Method Description default CompletableFuture<RevokeVpcEndpointAccessResponse>ElasticsearchAsyncClient. revokeVpcEndpointAccess(Consumer<RevokeVpcEndpointAccessRequest.Builder> revokeVpcEndpointAccessRequest)Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.default CompletableFuture<RevokeVpcEndpointAccessResponse>ElasticsearchAsyncClient. revokeVpcEndpointAccess(RevokeVpcEndpointAccessRequest revokeVpcEndpointAccessRequest)Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
-