Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndPutKeyPolicy C# (CSharp) Method

EndPutKeyPolicy() public method

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