| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2 |
For more information about AWS CloudHSM, see AWS CloudHSM and the AWS CloudHSM User Guide.
|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteHsmResult> |
AWSCloudHSMV2Async.deleteHsmAsync(DeleteHsmRequest deleteHsmRequest,
AsyncHandler<DeleteHsmRequest,DeleteHsmResult> asyncHandler)
Deletes the specified HSM.
|
Future<DeleteHsmResult> |
AWSCloudHSMV2AsyncClient.deleteHsmAsync(DeleteHsmRequest request,
AsyncHandler<DeleteHsmRequest,DeleteHsmResult> asyncHandler) |
Future<DeleteHsmResult> |
AbstractAWSCloudHSMV2Async.deleteHsmAsync(DeleteHsmRequest request,
AsyncHandler<DeleteHsmRequest,DeleteHsmResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteHsmRequest |
DeleteHsmRequest.clone() |
DeleteHsmRequest |
DeleteHsmRequest.withClusterId(String clusterId)
The identifier (ID) of the cluster that contains the HSM that you are deleting.
|
DeleteHsmRequest |
DeleteHsmRequest.withEniId(String eniId)
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
|
DeleteHsmRequest |
DeleteHsmRequest.withEniIp(String eniIp)
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
|
DeleteHsmRequest |
DeleteHsmRequest.withHsmId(String hsmId)
The identifier (ID) of the HSM that you are deleting.
|
Copyright © 2021. All rights reserved.