Uses of Class
com.amazonaws.services.cloudhsm.model.CreateHsmRequest
-
Packages that use CreateHsmRequest Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of CreateHsmRequest in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm with parameters of type CreateHsmRequest Modifier and Type Method Description CreateHsmResultAbstractAWSCloudHSM. createHsm(CreateHsmRequest request)CreateHsmResultAWSCloudHSM. createHsm(CreateHsmRequest createHsmRequest)Creates an uninitialized HSM instance.CreateHsmResultAWSCloudHSMClient. createHsm(CreateHsmRequest createHsmRequest)Creates an uninitialized HSM instance.Future<CreateHsmResult>AbstractAWSCloudHSMAsync. createHsmAsync(CreateHsmRequest request)Future<CreateHsmResult>AbstractAWSCloudHSMAsync. createHsmAsync(CreateHsmRequest request, AsyncHandler<CreateHsmRequest,CreateHsmResult> asyncHandler)Future<CreateHsmResult>AWSCloudHSMAsync. createHsmAsync(CreateHsmRequest createHsmRequest)Creates an uninitialized HSM instance.Future<CreateHsmResult>AWSCloudHSMAsync. createHsmAsync(CreateHsmRequest createHsmRequest, AsyncHandler<CreateHsmRequest,CreateHsmResult> asyncHandler)Creates an uninitialized HSM instance.Future<CreateHsmResult>AWSCloudHSMAsyncClient. createHsmAsync(CreateHsmRequest request)Future<CreateHsmResult>AWSCloudHSMAsyncClient. createHsmAsync(CreateHsmRequest request, AsyncHandler<CreateHsmRequest,CreateHsmResult> asyncHandler)Method parameters in com.amazonaws.services.cloudhsm with type arguments of type CreateHsmRequest Modifier and Type Method Description Future<CreateHsmResult>AbstractAWSCloudHSMAsync. createHsmAsync(CreateHsmRequest request, AsyncHandler<CreateHsmRequest,CreateHsmResult> asyncHandler)Future<CreateHsmResult>AWSCloudHSMAsync. createHsmAsync(CreateHsmRequest createHsmRequest, AsyncHandler<CreateHsmRequest,CreateHsmResult> asyncHandler)Creates an uninitialized HSM instance.Future<CreateHsmResult>AWSCloudHSMAsyncClient. createHsmAsync(CreateHsmRequest request, AsyncHandler<CreateHsmRequest,CreateHsmResult> asyncHandler) -
Uses of CreateHsmRequest in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return CreateHsmRequest Modifier and Type Method Description CreateHsmRequestCreateHsmRequest. clone()CreateHsmRequestCreateHsmRequest. withClientToken(String clientToken)A user-defined token to ensure idempotence.CreateHsmRequestCreateHsmRequest. withEniIp(String eniIp)The IP address to assign to the HSM's ENI.CreateHsmRequestCreateHsmRequest. withExternalId(String externalId)The external ID from IamRoleArn, if present.CreateHsmRequestCreateHsmRequest. withIamRoleArn(String iamRoleArn)The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.CreateHsmRequestCreateHsmRequest. withSshKey(String sshKey)The SSH public key to install on the HSM.CreateHsmRequestCreateHsmRequest. withSubnetId(String subnetId)The identifier of the subnet in your VPC in which to place the HSM.CreateHsmRequestCreateHsmRequest. withSubscriptionType(SubscriptionType subscriptionType)CreateHsmRequestCreateHsmRequest. withSubscriptionType(String subscriptionType)CreateHsmRequestCreateHsmRequest. withSyslogIp(String syslogIp)The IP address for the syslog monitoring server.
-