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 |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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)
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).
|
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).
|
Modifier and Type | Method and Description |
---|---|
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 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).
|
Modifier and Type | Method and Description |
---|---|
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.
|
HsmConfiguration |
HsmConfiguration.withTags(Collection<Tag> tags)
The list of tags for the HSM configuration.
|
HsmConfiguration |
HsmConfiguration.withTags(Tag... tags)
The list of tags for the HSM configuration.
|
Modifier and Type | Method and Description |
---|---|
List<HsmConfiguration> |
DescribeHsmConfigurationsResult.getHsmConfigurations()
A list of Amazon Redshift HSM configurations.
|
Modifier and Type | Method and Description |
---|---|
DescribeHsmConfigurationsResult |
DescribeHsmConfigurationsResult.withHsmConfigurations(HsmConfiguration... hsmConfigurations)
A list of Amazon Redshift HSM configurations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.