Amazon.IoT.AmazonIoTClient.CreateKeysAndCertificate C# (CSharp) Method

CreateKeysAndCertificate() private method

private CreateKeysAndCertificate ( CreateKeysAndCertificateRequest request ) : CreateKeysAndCertificateResponse
request Amazon.IoT.Model.CreateKeysAndCertificateRequest
return Amazon.IoT.Model.CreateKeysAndCertificateResponse
        internal CreateKeysAndCertificateResponse CreateKeysAndCertificate(CreateKeysAndCertificateRequest request)
        {
            var marshaller = new CreateKeysAndCertificateRequestMarshaller();
            var unmarshaller = CreateKeysAndCertificateResponseUnmarshaller.Instance;

            return Invoke<CreateKeysAndCertificateRequest,CreateKeysAndCertificateResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonIoTClient::CreateKeysAndCertificate ( ) : CreateKeysAndCertificateResponse
AmazonIoTClient::CreateKeysAndCertificate ( bool setAsActive ) : CreateKeysAndCertificateResponse
AmazonIoTClient