Uses of Class
software.amazon.awssdk.services.redshift.model.CreateHsmClientCertificateResponse
-
Packages that use CreateHsmClientCertificateResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateHsmClientCertificateResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateHsmClientCertificateResponse Modifier and Type Method Description default CreateHsmClientCertificateResponseRedshiftClient. createHsmClientCertificate(Consumer<CreateHsmClientCertificateRequest.Builder> 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.default CreateHsmClientCertificateResponseRedshiftClient. 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 software.amazon.awssdk.services.redshift that return types with arguments of type CreateHsmClientCertificateResponse Modifier and Type Method Description default CompletableFuture<CreateHsmClientCertificateResponse>RedshiftAsyncClient. createHsmClientCertificate(Consumer<CreateHsmClientCertificateRequest.Builder> 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.default CompletableFuture<CreateHsmClientCertificateResponse>RedshiftAsyncClient. 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.
-