|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HsmConfiguration | |
---|---|
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. |
Uses of HsmConfiguration in com.amazonaws.services.redshift |
---|
Methods in com.amazonaws.services.redshift that return HsmConfiguration | |
---|---|
HsmConfiguration |
AmazonRedshiftClient.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 |
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). |
Methods in com.amazonaws.services.redshift that return types with arguments of type HsmConfiguration | |
---|---|
Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.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> |
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 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> |
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). |
Method parameters in com.amazonaws.services.redshift with type arguments of type HsmConfiguration | |
---|---|
Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.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> |
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). |
Uses of HsmConfiguration in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return HsmConfiguration | |
---|---|
HsmConfiguration |
HsmConfiguration.withDescription(String description)
A text description of the HSM configuration. |
HsmConfiguration |
HsmConfiguration.withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The name of the Amazon Redshift HSM configuration. |
HsmConfiguration |
HsmConfiguration.withHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM. |
HsmConfiguration |
HsmConfiguration.withHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys. |
Methods in com.amazonaws.services.redshift.model that return types with arguments of type HsmConfiguration | |
---|---|
List<HsmConfiguration> |
DescribeHsmConfigurationsResult.getHsmConfigurations()
A list of Amazon Redshift HSM configurations. |
Methods in com.amazonaws.services.redshift.model with parameters of type HsmConfiguration | |
---|---|
DescribeHsmConfigurationsResult |
DescribeHsmConfigurationsResult.withHsmConfigurations(HsmConfiguration... hsmConfigurations)
A list of Amazon Redshift HSM configurations. |
Method parameters in com.amazonaws.services.redshift.model with type arguments of type HsmConfiguration | |
---|---|
void |
DescribeHsmConfigurationsResult.setHsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)
A list of Amazon Redshift HSM configurations. |
DescribeHsmConfigurationsResult |
DescribeHsmConfigurationsResult.withHsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)
A list of Amazon Redshift HSM configurations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |