Uses of Class
com.amazonaws.services.redshift.model.CreateHsmClientCertificateRequest
Packages that use CreateHsmClientCertificateRequest
-
Uses of CreateHsmClientCertificateRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateHsmClientCertificateRequestModifier 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.AbstractAmazonRedshiftAsync.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 CreateHsmClientCertificateRequestModifier 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 CreateHsmClientCertificateRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateHsmClientCertificateRequestModifier and TypeMethodDescriptionCreateHsmClientCertificateRequest.clone()
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.A list of tag instances.CreateHsmClientCertificateRequest.withTags
(Collection<Tag> tags) A list of tag instances.