Uses of Class
software.amazon.awssdk.services.redshift.model.CreateHsmClientCertificateRequest
-
Packages that use CreateHsmClientCertificateRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateHsmClientCertificateRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateHsmClientCertificateRequest Modifier and Type Method Description 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.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. -
Uses of CreateHsmClientCertificateRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateHsmClientCertificateRequest Modifier and Type Method Description SdkHttpFullRequestCreateHsmClientCertificateRequestMarshaller. marshall(CreateHsmClientCertificateRequest createHsmClientCertificateRequest)
-