Uses of Class
com.amazonaws.services.cloudhsm.model.ModifyHsmRequest
-
Packages that use ModifyHsmRequest Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of ModifyHsmRequest in com.amazonaws.services.cloudhsm
Method parameters in com.amazonaws.services.cloudhsm with type arguments of type ModifyHsmRequest Modifier and Type Method Description Future<ModifyHsmResult>
AbstractAWSCloudHSMAsync. modifyHsmAsync(ModifyHsmRequest request, AsyncHandler<ModifyHsmRequest,ModifyHsmResult> asyncHandler)
Future<ModifyHsmResult>
AWSCloudHSMAsync. modifyHsmAsync(ModifyHsmRequest modifyHsmRequest, AsyncHandler<ModifyHsmRequest,ModifyHsmResult> asyncHandler)
Modifies an HSM.Future<ModifyHsmResult>
AWSCloudHSMAsyncClient. modifyHsmAsync(ModifyHsmRequest request, AsyncHandler<ModifyHsmRequest,ModifyHsmResult> asyncHandler)
-
Uses of ModifyHsmRequest in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return ModifyHsmRequest Modifier and Type Method 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.
-