Method | Description | |
---|---|---|
CreateRoleToAssume ( this client, |
||
DeleteRole ( this client, string roleName ) : void | ||
DeleteUser ( this client, string userName ) : void | ||
IgnoringNoSuchEntity ( System.Action action ) : void |
Method | Description | |
---|---|---|
GetAWSAccountIdFromArn ( |
public static CreateRoleToAssume ( this client, |
||
client | this | |
user | ||
return |
public static DeleteRole ( this client, string roleName ) : void | ||
client | this | |
roleName | string | |
return | void |
public static DeleteUser ( this client, string userName ) : void | ||
client | this | |
userName | string | |
return | void |
public static IgnoringNoSuchEntity ( System.Action action ) : void | ||
action | System.Action | |
return | void |