Amazon.Redshift.AmazonRedshiftClient.RotateEncryptionKey C# (CSharp) Méthode

RotateEncryptionKey() private méthode

private RotateEncryptionKey ( RotateEncryptionKeyRequest request ) : RotateEncryptionKeyResponse
request RotateEncryptionKeyRequest
Résultat RotateEncryptionKeyResponse
        internal RotateEncryptionKeyResponse RotateEncryptionKey(RotateEncryptionKeyRequest request)
        {
            var marshaller = new RotateEncryptionKeyRequestMarshaller();
            var unmarshaller = RotateEncryptionKeyResponseUnmarshaller.Instance;

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