Amazon.APIGateway.AmazonAPIGatewayClient.UpdateClientCertificate C# (CSharp) Метод

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

Changes information about an ClientCertificate resource.
/// /// /// /// /// /// /// ///
public UpdateClientCertificate ( UpdateClientCertificateRequest request ) : UpdateClientCertificateResponse
request Amazon.APIGateway.Model.UpdateClientCertificateRequest Container for the necessary parameters to execute the UpdateClientCertificate service method.
Результат Amazon.APIGateway.Model.UpdateClientCertificateResponse
        public UpdateClientCertificateResponse UpdateClientCertificate(UpdateClientCertificateRequest request)
        {
            var marshaller = new UpdateClientCertificateRequestMarshaller();
            var unmarshaller = UpdateClientCertificateResponseUnmarshaller.Instance;

            return Invoke<UpdateClientCertificateRequest,UpdateClientCertificateResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient