Uses of Class
com.amazonaws.services.redshift.model.CreateHsmClientCertificateRequest

Packages that use CreateHsmClientCertificateRequest
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of CreateHsmClientCertificateRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type CreateHsmClientCertificateRequest
 HsmClientCertificate AmazonRedshiftClient.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.
 HsmClientCertificate AmazonRedshift.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.
 Future<HsmClientCertificate> AmazonRedshiftAsyncClient.createHsmClientCertificateAsync(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.
 Future<HsmClientCertificate> AmazonRedshiftAsync.createHsmClientCertificateAsync(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.
 Future<HsmClientCertificate> AmazonRedshiftAsyncClient.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest createHsmClientCertificateRequest, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
           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.
 Future<HsmClientCertificate> AmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest createHsmClientCertificateRequest, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
           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.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type CreateHsmClientCertificateRequest
 Future<HsmClientCertificate> AmazonRedshiftAsyncClient.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest createHsmClientCertificateRequest, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
           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.
 Future<HsmClientCertificate> AmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest createHsmClientCertificateRequest, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
           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.
 

Uses of CreateHsmClientCertificateRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return CreateHsmClientCertificateRequest
 CreateHsmClientCertificateRequest CreateHsmClientCertificateRequest.withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
          The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.
 



Copyright © 2016. All rights reserved.