Uses of Class
software.amazon.awssdk.services.opensearch.model.RevokeVpcEndpointAccessRequest
-
Packages that use RevokeVpcEndpointAccessRequest 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 RevokeVpcEndpointAccessRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type RevokeVpcEndpointAccessRequest Modifier and Type Method Description default CompletableFuture<RevokeVpcEndpointAccessResponse>OpenSearchAsyncClient. revokeVpcEndpointAccess(RevokeVpcEndpointAccessRequest 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. -
Uses of RevokeVpcEndpointAccessRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type RevokeVpcEndpointAccessRequest Modifier and Type Method Description SdkHttpFullRequestRevokeVpcEndpointAccessRequestMarshaller. marshall(RevokeVpcEndpointAccessRequest revokeVpcEndpointAccessRequest)
-