Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
HsmClientCertificate |
AbstractAmazonRedshift.createHsmClientCertificate(CreateHsmClientCertificateRequest request) |
HsmClientCertificate |
AmazonRedshift.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.
|
HsmClientCertificate |
AmazonRedshiftClient.createHsmClientCertificate(CreateHsmClientCertificateRequest request)
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.
|
Future<HsmClientCertificate> |
AbstractAmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request) |
Future<HsmClientCertificate> |
AmazonRedshiftAsync.createHsmClientCertificateAsync(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.
|
Future<HsmClientCertificate> |
AmazonRedshiftAsyncClient.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request) |
Future<HsmClientCertificate> |
AbstractAmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request,
AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler) |
Future<HsmClientCertificate> |
AmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest createHsmClientCertificateRequest,
AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler)
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.
|
Future<HsmClientCertificate> |
AmazonRedshiftAsyncClient.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request,
AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateHsmClientCertificateRequest |
CreateHsmClientCertificateRequest.clone() |
CreateHsmClientCertificateRequest |
CreateHsmClientCertificateRequest.withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM
to use the database encryption keys.
|
CreateHsmClientCertificateRequest |
CreateHsmClientCertificateRequest.withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateHsmClientCertificateRequest |
CreateHsmClientCertificateRequest.withTags(Tag... tags)
A list of tag instances.
|
Copyright © 2023. All rights reserved.