Uses of Class
com.amazonaws.services.redshift.model.HsmStatus
Packages that use HsmStatus
-
Uses of HsmStatus in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return HsmStatusModifier and TypeMethodDescriptionHsmStatus.clone()
Cluster.getHsmStatus()
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.HsmStatus.withHsmClientCertificateIdentifier
(String hsmClientCertificateIdentifier) Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.HsmStatus.withHsmConfigurationIdentifier
(String hsmConfigurationIdentifier) Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.HsmStatus.withStatus
(String status) Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.Methods in com.amazonaws.services.redshift.model with parameters of type HsmStatusModifier and TypeMethodDescriptionvoid
Cluster.setHsmStatus
(HsmStatus hsmStatus) Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.Cluster.withHsmStatus
(HsmStatus hsmStatus) Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.