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