Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndPutKeyPolicy C# (CSharp) Méthode

EndPutKeyPolicy() public méthode

Finishes the asynchronous execution of the PutKeyPolicy operation.
public EndPutKeyPolicy ( IAsyncResult asyncResult ) : PutKeyPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutKeyPolicy.
Résultat PutKeyPolicyResponse
        public  PutKeyPolicyResponse EndPutKeyPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutKeyPolicyResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient