Uses of Class
software.amazon.awssdk.services.redshift.model.HsmClientCertificateAlreadyExistsException
-
Packages that use HsmClientCertificateAlreadyExistsException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of HsmClientCertificateAlreadyExistsException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw HsmClientCertificateAlreadyExistsException Modifier and Type Method Description default CreateHsmClientCertificateResponseRedshiftClient. createHsmClientCertificate(Consumer<CreateHsmClientCertificateRequest.Builder> createHsmClientCertificateRequest)Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.default CreateHsmClientCertificateResponseRedshiftClient. createHsmClientCertificate(CreateHsmClientCertificateRequest createHsmClientCertificateRequest)Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.
-