Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
com.amazonaws.services.redshift.model.transform |
Marhsalling for the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
HsmStatus |
Cluster.getHsmStatus()
Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
|
HsmStatus |
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 |
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 |
HsmStatus.withStatus(String status)
Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setHsmStatus(HsmStatus hsmStatus)
Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
|
Cluster |
Cluster.withHsmStatus(HsmStatus hsmStatus)
Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
|
Modifier and Type | Method and Description |
---|---|
HsmStatus |
HsmStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.