Package | Description |
---|---|
com.amazonaws.services.cloudhsm | |
com.amazonaws.services.cloudhsm.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyHsmResult> |
AbstractAWSCloudHSMAsync.modifyHsmAsync(ModifyHsmRequest request,
AsyncHandler<ModifyHsmRequest,ModifyHsmResult> asyncHandler) |
Future<ModifyHsmResult> |
AWSCloudHSMAsyncClient.modifyHsmAsync(ModifyHsmRequest request,
AsyncHandler<ModifyHsmRequest,ModifyHsmResult> asyncHandler) |
Future<ModifyHsmResult> |
AWSCloudHSMAsync.modifyHsmAsync(ModifyHsmRequest modifyHsmRequest,
AsyncHandler<ModifyHsmRequest,ModifyHsmResult> asyncHandler)
Modifies an HSM.
|
Modifier and Type | Method and Description |
---|---|
ModifyHsmRequest |
ModifyHsmRequest.clone() |
ModifyHsmRequest |
ModifyHsmRequest.withEniIp(String eniIp)
The new IP address for the elastic network interface (ENI) attached to
the HSM.
|
ModifyHsmRequest |
ModifyHsmRequest.withExternalId(String externalId)
The new external ID.
|
ModifyHsmRequest |
ModifyHsmRequest.withHsmArn(String hsmArn)
The ARN of the HSM to modify.
|
ModifyHsmRequest |
ModifyHsmRequest.withIamRoleArn(String iamRoleArn)
The new IAM role ARN.
|
ModifyHsmRequest |
ModifyHsmRequest.withSubnetId(String subnetId)
The new identifier of the subnet that the HSM is in.
|
ModifyHsmRequest |
ModifyHsmRequest.withSyslogIp(String syslogIp)
The new IP address for the syslog monitoring server.
|
Copyright © 2018. All rights reserved.