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 |
---|---|
void |
AmazonRedshiftClient.deleteHsmConfiguration(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest)
Deletes the specified Amazon Redshift HSM configuration.
|
void |
AmazonRedshift.deleteHsmConfiguration(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest)
Deletes the specified Amazon Redshift HSM configuration.
|
Future<Void> |
AmazonRedshiftAsync.deleteHsmConfigurationAsync(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest)
Deletes the specified Amazon Redshift HSM configuration.
|
Future<Void> |
AmazonRedshiftAsyncClient.deleteHsmConfigurationAsync(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest)
Deletes the specified Amazon Redshift HSM configuration.
|
Future<Void> |
AmazonRedshiftAsync.deleteHsmConfigurationAsync(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest,
AsyncHandler<DeleteHsmConfigurationRequest,Void> asyncHandler)
Deletes the specified Amazon Redshift HSM configuration.
|
Future<Void> |
AmazonRedshiftAsyncClient.deleteHsmConfigurationAsync(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest,
AsyncHandler<DeleteHsmConfigurationRequest,Void> asyncHandler)
Deletes the specified Amazon Redshift HSM configuration.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonRedshiftAsync.deleteHsmConfigurationAsync(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest,
AsyncHandler<DeleteHsmConfigurationRequest,Void> asyncHandler)
Deletes the specified Amazon Redshift HSM configuration.
|
Future<Void> |
AmazonRedshiftAsyncClient.deleteHsmConfigurationAsync(DeleteHsmConfigurationRequest deleteHsmConfigurationRequest,
AsyncHandler<DeleteHsmConfigurationRequest,Void> asyncHandler)
Deletes the specified Amazon Redshift HSM configuration.
|
Modifier and Type | Method and Description |
---|---|
DeleteHsmConfigurationRequest |
DeleteHsmConfigurationRequest.withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier of the Amazon Redshift HSM configuration to be deleted.
|
Copyright © 2015. All rights reserved.