Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
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).
|
HsmConfiguration |
AbstractAmazonRedshift.createHsmConfiguration(CreateHsmConfigurationRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.createHsmConfigurationAsync(CreateHsmConfigurationRequest request) |
java.util.concurrent.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).
|
java.util.concurrent.Future<HsmConfiguration> |
AbstractAmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest request) |
java.util.concurrent.Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
java.util.concurrent.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).
|
java.util.concurrent.Future<HsmConfiguration> |
AbstractAmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<HsmConfiguration> |
AmazonRedshiftAsyncClient.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
java.util.concurrent.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).
|
java.util.concurrent.Future<HsmConfiguration> |
AbstractAmazonRedshiftAsync.createHsmConfigurationAsync(CreateHsmConfigurationRequest request,
AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<HsmConfiguration> |
DescribeHsmConfigurationsResult.hsmConfigurations
A list of
HsmConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
HsmConfiguration |
HsmConfiguration.clone() |
HsmConfiguration |
HsmConfiguration.withDescription(java.lang.String description)
A text description of the HSM configuration.
|
HsmConfiguration |
HsmConfiguration.withHsmConfigurationIdentifier(java.lang.String hsmConfigurationIdentifier)
The name of the Amazon Redshift HSM configuration.
|
HsmConfiguration |
HsmConfiguration.withHsmIpAddress(java.lang.String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the
HSM.
|
HsmConfiguration |
HsmConfiguration.withHsmPartitionName(java.lang.String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters
will store their database encryption keys.
|
HsmConfiguration |
HsmConfiguration.withTags(java.util.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 |
---|---|
java.util.List<HsmConfiguration> |
DescribeHsmConfigurationsResult.getHsmConfigurations()
A list of
HsmConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
DescribeHsmConfigurationsResult |
DescribeHsmConfigurationsResult.withHsmConfigurations(HsmConfiguration... hsmConfigurations)
A list of
HsmConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeHsmConfigurationsResult.setHsmConfigurations(java.util.Collection<HsmConfiguration> hsmConfigurations)
A list of
HsmConfiguration objects. |
DescribeHsmConfigurationsResult |
DescribeHsmConfigurationsResult.withHsmConfigurations(java.util.Collection<HsmConfiguration> hsmConfigurations)
A list of
HsmConfiguration objects. |
Modifier and Type | Method and Description |
---|---|
HsmConfiguration |
HsmConfigurationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |