public final class User extends Object
boolean
equals(Object obj)
static User
fromIdAndArn(String id, String arn)
String
getArn()
getId()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static User fromIdAndArn(String id, String arn)
public String getId()
ARO123EXAMPLE123:Bob
public String getArn()
arn:aws:sts::123456789012:federated-user/Bob
arn:aws:sts::123456789012:assumed-role/demo/Bob
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.