Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
HsmConfiguration |
AbstractAmazonRedshift.createHsmConfiguration(CreateHsmConfigurationRequest request) |
HsmConfiguration |
AmazonRedshift.createHsmConfiguration(CreateHsmConfigurationRequest createHsmConfigurationRequest)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
HsmConfiguration |
AmazonRedshiftClient.createHsmConfiguration(CreateHsmConfigurationRequest request)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
Future<HsmConfiguration> |
AbstractAmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest request) |
Future<HsmConfiguration> |
AmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest createHsmConfigurationRequest)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.createHsmConfigurationAsync(CreateHsmConfigurationRequest request) |
Future<HsmConfiguration> |
AbstractAmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
Future<HsmConfiguration> |
AmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest createHsmConfigurationRequest,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<HsmConfiguration> |
AbstractAmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
Future<HsmConfiguration> |
AmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest createHsmConfigurationRequest,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and
use database encryption keys in a Hardware Security Module (HSM).
|
Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.clone() |
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withDescription(String description)
A text description of the HSM configuration to be created.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption
keys.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withTags(Tag... tags)
A list of tag instances.
|
Copyright © 2023. All rights reserved.