Amazon.CloudHSM.AmazonCloudHSMClient.ModifyLunaClient C# (CSharp) Метод

ModifyLunaClient() публичный Метод

Modifies the certificate used by the client.

This action can potentially start a workflow to install the new certificate on the client's HSMs.

/// Indicates that an exception occurred in the AWS CloudHSM service. ///
public ModifyLunaClient ( ModifyLunaClientRequest request ) : ModifyLunaClientResponse
request Amazon.CloudHSM.Model.ModifyLunaClientRequest Container for the necessary parameters to execute the ModifyLunaClient service method.
Результат Amazon.CloudHSM.Model.ModifyLunaClientResponse
        public ModifyLunaClientResponse ModifyLunaClient(ModifyLunaClientRequest request)
        {
            var marshaller = new ModifyLunaClientRequestMarshaller();
            var unmarshaller = ModifyLunaClientResponseUnmarshaller.Instance;

            return Invoke<ModifyLunaClientRequest,ModifyLunaClientResponse>(request, marshaller, unmarshaller);
        }