Uses of Class
com.amazonaws.services.cloudhsm.model.CreateLunaClientRequest
-
Packages that use CreateLunaClientRequest Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of CreateLunaClientRequest in com.amazonaws.services.cloudhsm
Method parameters in com.amazonaws.services.cloudhsm with type arguments of type CreateLunaClientRequest Modifier and Type Method Description Future<CreateLunaClientResult>AbstractAWSCloudHSMAsync. createLunaClientAsync(CreateLunaClientRequest request, AsyncHandler<CreateLunaClientRequest,CreateLunaClientResult> asyncHandler)Future<CreateLunaClientResult>AWSCloudHSMAsync. createLunaClientAsync(CreateLunaClientRequest createLunaClientRequest, AsyncHandler<CreateLunaClientRequest,CreateLunaClientResult> asyncHandler)Creates an HSM client.Future<CreateLunaClientResult>AWSCloudHSMAsyncClient. createLunaClientAsync(CreateLunaClientRequest request, AsyncHandler<CreateLunaClientRequest,CreateLunaClientResult> asyncHandler) -
Uses of CreateLunaClientRequest in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return CreateLunaClientRequest Modifier and Type Method Description CreateLunaClientRequestCreateLunaClientRequest. clone()CreateLunaClientRequestCreateLunaClientRequest. withCertificate(String certificate)The contents of a Base64-Encoded X.509 v3 certificate to be installed on the HSMs used by this client.CreateLunaClientRequestCreateLunaClientRequest. withLabel(String label)The label for the client.
-