Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
HsmClientCertificate |
AmazonRedshiftClient.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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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 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> |
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 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.
|
Modifier and Type | Method and Description |
---|---|
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 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.
|
Modifier and Type | Method and Description |
---|---|
HsmClientCertificate |
HsmClientCertificate.withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.
|
HsmClientCertificate |
HsmClientCertificate.withHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
The public key that the Amazon Redshift cluster will use to connect to
the HSM.
|
Modifier and Type | Method and Description |
---|---|
List<HsmClientCertificate> |
DescribeHsmClientCertificatesResult.getHsmClientCertificates()
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 |
---|---|
DescribeHsmClientCertificatesResult |
DescribeHsmClientCertificatesResult.withHsmClientCertificates(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 |
---|---|
void |
DescribeHsmClientCertificatesResult.setHsmClientCertificates(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.
|
DescribeHsmClientCertificatesResult |
DescribeHsmClientCertificatesResult.withHsmClientCertificates(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.
|
Copyright © 2014. All rights reserved.