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) |
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 | Method and Description |
---|---|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.clone() |
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withDescription(java.lang.String description)
A text description of the HSM configuration to be created.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmConfigurationIdentifier(java.lang.String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM
configuration.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmIpAddress(java.lang.String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the
HSM.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmPartitionName(java.lang.String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters
will store their database encryption keys.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmPartitionPassword(java.lang.String hsmPartitionPassword)
The password required to access the HSM partition.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withHsmServerPublicCertificate(java.lang.String hsmServerPublicCertificate)
The HSMs public certificate file.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withTags(java.util.Collection<Tag> tags)
A list of tag instances.
|
CreateHsmConfigurationRequest |
CreateHsmConfigurationRequest.withTags(Tag... tags)
A list of tag instances.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateHsmConfigurationRequest> |
CreateHsmConfigurationRequestMarshaller.marshall(CreateHsmConfigurationRequest createHsmConfigurationRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateHsmConfigurationRequest> |
CreateHsmConfigurationRequestMarshaller.marshall(CreateHsmConfigurationRequest createHsmConfigurationRequest) |