Uses of Class
software.amazon.awssdk.services.redshift.model.HsmClientCertificate
-
Packages that use HsmClientCertificate Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of HsmClientCertificate in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return HsmClientCertificate Modifier and Type Method Description HsmClientCertificateCreateHsmClientCertificateResponse. hsmClientCertificate()Returns the value of the HsmClientCertificate property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type HsmClientCertificate Modifier and Type Method Description List<HsmClientCertificate>DescribeHsmClientCertificatesResponse. 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.Methods in software.amazon.awssdk.services.redshift.model with parameters of type HsmClientCertificate Modifier and Type Method Description CreateHsmClientCertificateResponse.BuilderCreateHsmClientCertificateResponse.Builder. hsmClientCertificate(HsmClientCertificate hsmClientCertificate)Sets the value of the HsmClientCertificate property for this object.DescribeHsmClientCertificatesResponse.BuilderDescribeHsmClientCertificatesResponse.Builder. hsmClientCertificates(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 software.amazon.awssdk.services.redshift.model with type arguments of type HsmClientCertificate Modifier and Type Method Description DescribeHsmClientCertificatesResponse.BuilderDescribeHsmClientCertificatesResponse.Builder. hsmClientCertificates(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. -
Uses of HsmClientCertificate in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type HsmClientCertificate Modifier and Type Method Description SdkIterable<HsmClientCertificate>DescribeHsmClientCertificatesIterable. hsmClientCertificates()Returns an iterable to iterate through the paginatedDescribeHsmClientCertificatesResponse.hsmClientCertificates()member.SdkPublisher<HsmClientCertificate>DescribeHsmClientCertificatesPublisher. hsmClientCertificates()Returns a publisher that can be used to get a stream of data.
-