Uses of Class
com.amazonaws.services.redshift.model.CreateHsmConfigurationRequest
-
Packages that use CreateHsmConfigurationRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of CreateHsmConfigurationRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateHsmConfigurationRequest Modifier and Type Method Description HsmConfigurationAbstractAmazonRedshift. createHsmConfiguration(CreateHsmConfigurationRequest request)HsmConfigurationAmazonRedshift. 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).HsmConfigurationAmazonRedshiftClient. 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).Future<HsmConfiguration>AbstractAmazonRedshiftAsync. createHsmConfigurationAsync(CreateHsmConfigurationRequest request)Future<HsmConfiguration>AbstractAmazonRedshiftAsync. createHsmConfigurationAsync(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)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>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)Future<HsmConfiguration>AmazonRedshiftAsyncClient. createHsmConfigurationAsync(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type CreateHsmConfigurationRequest Modifier and Type Method 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) -
Uses of CreateHsmConfigurationRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateHsmConfigurationRequest Modifier and Type Method Description CreateHsmConfigurationRequestCreateHsmConfigurationRequest. clone()CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withDescription(String description)A text description of the HSM configuration to be created.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)The identifier to be assigned to the new Amazon Redshift HSM configuration.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withHsmIpAddress(String hsmIpAddress)The IP address that the Amazon Redshift cluster must use to access the HSM.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withHsmPartitionName(String hsmPartitionName)The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withHsmPartitionPassword(String hsmPartitionPassword)The password required to access the HSM partition.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withHsmServerPublicCertificate(String hsmServerPublicCertificate)The HSMs public certificate file.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withTags(Tag... tags)A list of tag instances.CreateHsmConfigurationRequestCreateHsmConfigurationRequest. withTags(Collection<Tag> tags)A list of tag instances.
-