Uses of Class
com.amazonaws.services.redshift.model.HsmClientCertificate
Packages that use HsmClientCertificate
-
Uses of HsmClientCertificate in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return HsmClientCertificateModifier and TypeMethodDescriptionAbstractAmazonRedshift.createHsmClientCertificate
(CreateHsmClientCertificateRequest request) 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.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.Methods in com.amazonaws.services.redshift that return types with arguments of type HsmClientCertificateModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createHsmClientCertificateAsync
(CreateHsmClientCertificateRequest request) AbstractAmazonRedshiftAsync.createHsmClientCertificateAsync
(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest, HsmClientCertificate> asyncHandler) 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.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.AmazonRedshiftAsyncClient.createHsmClientCertificateAsync
(CreateHsmClientCertificateRequest request) AmazonRedshiftAsyncClient.createHsmClientCertificateAsync
(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest, HsmClientCertificate> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type HsmClientCertificateModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createHsmClientCertificateAsync
(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest, HsmClientCertificate> asyncHandler) 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.AmazonRedshiftAsyncClient.createHsmClientCertificateAsync
(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest, HsmClientCertificate> asyncHandler) -
Uses of HsmClientCertificate in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return HsmClientCertificateModifier and TypeMethodDescriptionHsmClientCertificate.clone()
HsmClientCertificate.withHsmClientCertificateIdentifier
(String hsmClientCertificateIdentifier) The identifier of the HSM client certificate.HsmClientCertificate.withHsmClientCertificatePublicKey
(String hsmClientCertificatePublicKey) The public key that the Amazon Redshift cluster will use to connect to the HSM.The list of tags for the HSM client certificate.HsmClientCertificate.withTags
(Collection<Tag> tags) The list of tags for the HSM client certificate.Methods in com.amazonaws.services.redshift.model that return types with arguments of type HsmClientCertificateModifier and TypeMethodDescriptionDescribeHsmClientCertificatesResult.getHsmClientCertificates()
A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.Methods in com.amazonaws.services.redshift.model with parameters of type HsmClientCertificateModifier and TypeMethodDescriptionDescribeHsmClientCertificatesResult.withHsmClientCertificates
(HsmClientCertificate... hsmClientCertificates) A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.Method parameters in com.amazonaws.services.redshift.model with type arguments of type HsmClientCertificateModifier and TypeMethodDescriptionvoid
DescribeHsmClientCertificatesResult.setHsmClientCertificates
(Collection<HsmClientCertificate> hsmClientCertificates) A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.DescribeHsmClientCertificatesResult.withHsmClientCertificates
(Collection<HsmClientCertificate> hsmClientCertificates) A list of the identifiers for one or more HSM client certificates used by Amazon Redshift clusters to store and retrieve database encryption keys in an HSM.