public final class UserAndTemporaryCredentials extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAndTemporaryCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserAndTemporaryCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
TemporaryCredentials |
getCredentials()
The temporary security credentials, which includes an Access Key ID, a
Secret Access Key, and a security token.
|
int |
getPackedPolicySize()
A percentage value that indicates the size of the policy in packed form.
|
User |
getUser()
user correlating to
getCredentials() |
int |
hashCode() |
UserAndTemporaryCredentials.Builder |
toBuilder() |
String |
toString() |
public static UserAndTemporaryCredentials.Builder builder()
public UserAndTemporaryCredentials.Builder toBuilder()
public User getUser()
getCredentials()public TemporaryCredentials getCredentials()
public int getPackedPolicySize()
Copyright © 2009-2013 jclouds. All Rights Reserved.