Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
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 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 |
AbstractAmazonRedshift.createHsmClientCertificate(CreateHsmClientCertificateRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<HsmClientCertificate> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request) |
Future<HsmClientCertificate> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request,
AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<HsmClientCertificate> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.createHsmClientCertificateAsync(CreateHsmClientCertificateRequest request,
AsyncHandler<CreateHsmClientCertificateRequest,HsmClientCertificate> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
HsmClientCertificate |
HsmClientCertificate.clone() |
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.
|
HsmClientCertificate |
HsmClientCertificate.withTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.
|
HsmClientCertificate |
HsmClientCertificate.withTags(Tag... tags)
The list of tags for the HSM client certificate.
|
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 © 2018. All rights reserved.