Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndPutRolePolicy C# (CSharp) Метод

EndPutRolePolicy() публичный Метод

Finishes the asynchronous execution of the PutRolePolicy operation.
public EndPutRolePolicy ( IAsyncResult asyncResult ) : PutRolePolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRolePolicy.
Результат PutRolePolicyResponse
        public  PutRolePolicyResponse EndPutRolePolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutRolePolicyResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient