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