| 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<CreateClusterResult> |
AWSCloudHSMV2Async.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates a new AWS CloudHSM cluster.
|
Future<CreateClusterResult> |
AWSCloudHSMV2AsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AbstractAWSCloudHSMV2Async.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withHsmType(String hsmType)
The type of HSM to use in the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSourceBackupId(String sourceBackupId)
The identifier (ID) of the cluster backup to restore.
|
CreateClusterRequest |
CreateClusterRequest.withSubnetIds(Collection<String> subnetIds)
The identifiers (IDs) of the subnets where you are creating the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSubnetIds(String... subnetIds)
The identifiers (IDs) of the subnets where you are creating the cluster.
|
Copyright © 2020. All rights reserved.