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