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