Uses of Class
com.amazonaws.services.cloudhsm.model.ModifyLunaClientResult
-
Packages that use ModifyLunaClientResult Package Description com.amazonaws.services.cloudhsm com.amazonaws.services.cloudhsm.model -
-
Uses of ModifyLunaClientResult in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm that return ModifyLunaClientResult Modifier and Type Method Description ModifyLunaClientResult
AbstractAWSCloudHSM. modifyLunaClient(ModifyLunaClientRequest request)
ModifyLunaClientResult
AWSCloudHSM. modifyLunaClient(ModifyLunaClientRequest modifyLunaClientRequest)
Modifies the certificate used by the client.ModifyLunaClientResult
AWSCloudHSMClient. modifyLunaClient(ModifyLunaClientRequest modifyLunaClientRequest)
Modifies the certificate used by the client.Method parameters in com.amazonaws.services.cloudhsm with type arguments of type ModifyLunaClientResult 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 ModifyLunaClientResult in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return ModifyLunaClientResult Modifier and Type Method Description ModifyLunaClientResult
ModifyLunaClientResult. clone()
ModifyLunaClientResult
ModifyLunaClientResult. withClientArn(String clientArn)
The ARN of the client.
-