Uses of Class
com.amazonaws.services.redshift.model.HsmClientCertificate
-
Packages that use HsmClientCertificate Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of HsmClientCertificate in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return HsmClientCertificate Modifier and Type Method Description HsmClientCertificate
AbstractAmazonRedshift. createHsmClientCertificate(CreateHsmClientCertificateRequest request)
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.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.Methods in com.amazonaws.services.redshift that return types with arguments of type HsmClientCertificate Modifier and Type Method Description Future<HsmClientCertificate>
AbstractAmazonRedshiftAsync. createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request)
Future<HsmClientCertificate>
AbstractAmazonRedshiftAsync. createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
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>
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.Future<HsmClientCertificate>
AmazonRedshiftAsyncClient. createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request)
Future<HsmClientCertificate>
AmazonRedshiftAsyncClient. createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
Method parameters in com.amazonaws.services.redshift with type arguments of type HsmClientCertificate Modifier and Type Method Description Future<HsmClientCertificate>
AbstractAmazonRedshiftAsync. createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request, AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
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.Future<HsmClientCertificate>
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 HsmClientCertificate Modifier and Type Method Description HsmClientCertificate
HsmClientCertificate. clone()
HsmClientCertificate
HsmClientCertificate. withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.HsmClientCertificate
HsmClientCertificate. withHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
The public key that the Amazon Redshift cluster will use to connect to the HSM.HsmClientCertificate
HsmClientCertificate. withTags(Tag... tags)
The list of tags for the HSM client certificate.HsmClientCertificate
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 HsmClientCertificate Modifier and Type Method Description List<HsmClientCertificate>
DescribeHsmClientCertificatesResult. 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 HsmClientCertificate Modifier and Type Method Description DescribeHsmClientCertificatesResult
DescribeHsmClientCertificatesResult. 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 HsmClientCertificate Modifier and Type Method Description void
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
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.
-