Amazon.Redshift.AmazonRedshiftClient.CreateHsmClientCertificate C# (CSharp) Метод

CreateHsmClientCertificate() приватный Метод

private CreateHsmClientCertificate ( CreateHsmClientCertificateRequest request ) : CreateHsmClientCertificateResponse
request Amazon.Redshift.Model.CreateHsmClientCertificateRequest
Результат Amazon.Redshift.Model.CreateHsmClientCertificateResponse
        internal CreateHsmClientCertificateResponse CreateHsmClientCertificate(CreateHsmClientCertificateRequest request)
        {
            var marshaller = new CreateHsmClientCertificateRequestMarshaller();
            var unmarshaller = CreateHsmClientCertificateResponseUnmarshaller.Instance;

            return Invoke<CreateHsmClientCertificateRequest,CreateHsmClientCertificateResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient