Uses of Class
software.amazon.awssdk.services.redshift.model.HsmStatus
-
Packages that use HsmStatus Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of HsmStatus in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return HsmStatus Modifier and Type Method Description HsmStatusCluster. hsmStatus()A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.Methods in software.amazon.awssdk.services.redshift.model with parameters of type HsmStatus Modifier and Type Method Description Cluster.BuilderCluster.Builder. hsmStatus(HsmStatus hsmStatus)A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module (HSM) settings changes specified in a modify cluster command.
-