| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeHsmClientCertificatesResponse.Builder |
DescribeHsmClientCertificatesResponse.builder() |
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.
|
DescribeHsmClientCertificatesResponse.Builder |
DescribeHsmClientCertificatesResponse.Builder.hsmClientCertificates(Consumer<HsmClientCertificate.Builder>... 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.
|
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.
|
DescribeHsmClientCertificatesResponse.Builder |
DescribeHsmClientCertificatesResponse.Builder.marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeHsmClientCertificatesResponse.Builder |
DescribeHsmClientCertificatesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHsmClientCertificatesResponse.Builder> |
DescribeHsmClientCertificatesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.