Uses of Class
com.amazonaws.services.cloudhsm.model.ModifyLunaClientRequest
-
Packages that use ModifyLunaClientRequest Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of ModifyLunaClientRequest in com.amazonaws.services.cloudhsm
Method parameters in com.amazonaws.services.cloudhsm with type arguments of type ModifyLunaClientRequest Modifier and Type Method Description Future<ModifyLunaClientResult>
AbstractAWSCloudHSMAsync. modifyLunaClientAsync(ModifyLunaClientRequest request, AsyncHandler<ModifyLunaClientRequest,ModifyLunaClientResult> asyncHandler)
Future<ModifyLunaClientResult>
AWSCloudHSMAsync. modifyLunaClientAsync(ModifyLunaClientRequest modifyLunaClientRequest, AsyncHandler<ModifyLunaClientRequest,ModifyLunaClientResult> asyncHandler)
Modifies the certificate used by the client.Future<ModifyLunaClientResult>
AWSCloudHSMAsyncClient. modifyLunaClientAsync(ModifyLunaClientRequest request, AsyncHandler<ModifyLunaClientRequest,ModifyLunaClientResult> asyncHandler)
-
Uses of ModifyLunaClientRequest in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return ModifyLunaClientRequest Modifier and Type Method Description ModifyLunaClientRequest
ModifyLunaClientRequest. clone()
ModifyLunaClientRequest
ModifyLunaClientRequest. withCertificate(String certificate)
The new certificate for the client.ModifyLunaClientRequest
ModifyLunaClientRequest. withClientArn(String clientArn)
The ARN of the client.
-