Uses of Class
software.amazon.awssdk.services.directory.model.DeregisterCertificateResponse
-
Packages that use DeregisterCertificateResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of DeregisterCertificateResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return DeregisterCertificateResponse Modifier and Type Method Description default DeregisterCertificateResponseDirectoryClient. deregisterCertificate(Consumer<DeregisterCertificateRequest.Builder> deregisterCertificateRequest)Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.default DeregisterCertificateResponseDirectoryClient. deregisterCertificate(DeregisterCertificateRequest deregisterCertificateRequest)Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.Methods in software.amazon.awssdk.services.directory that return types with arguments of type DeregisterCertificateResponse Modifier and Type Method Description default CompletableFuture<DeregisterCertificateResponse>DirectoryAsyncClient. deregisterCertificate(Consumer<DeregisterCertificateRequest.Builder> deregisterCertificateRequest)Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.default CompletableFuture<DeregisterCertificateResponse>DirectoryAsyncClient. deregisterCertificate(DeregisterCertificateRequest deregisterCertificateRequest)Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
-