| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
HsmClientCertificate |
CreateHsmClientCertificateResponse.hsmClientCertificate()
Returns the value of the HsmClientCertificate property for this object.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHsmClientCertificateResponse.Builder |
CreateHsmClientCertificateResponse.Builder.hsmClientCertificate(HsmClientCertificate hsmClientCertificate)
Sets the value of the HsmClientCertificate property for this object.
|
DescribeHsmClientCertificatesResponse.Builder |
DescribeHsmClientCertificatesResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHsmClientCertificatesResponse.Builder |
DescribeHsmClientCertificatesResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<HsmClientCertificate> |
DescribeHsmClientCertificatesPublisher.hsmClientCertificates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HsmClientCertificate> |
DescribeHsmClientCertificatesIterable.hsmClientCertificates()
Returns an iterable to iterate through the paginated
DescribeHsmClientCertificatesResponse.hsmClientCertificates() member. |
Copyright © 2022. All rights reserved.