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

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

private RotateEncryptionKey ( RotateEncryptionKeyRequest request ) : RotateEncryptionKeyResponse
request RotateEncryptionKeyRequest
Результат RotateEncryptionKeyResponse
        internal RotateEncryptionKeyResponse RotateEncryptionKey(RotateEncryptionKeyRequest request)
        {
            var marshaller = new RotateEncryptionKeyRequestMarshaller();
            var unmarshaller = RotateEncryptionKeyResponseUnmarshaller.Instance;

            return Invoke<RotateEncryptionKeyRequest,RotateEncryptionKeyResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient