public class Credential extends Object implements ICredential
| Modifier and Type | Class and Description |
|---|---|
static class |
Credential.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Credential |
ANONYMOUS_CREDENTIALS |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId() |
String |
accessKeySecret() |
static Credential.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
securityToken() |
String |
toString() |
public static final Credential ANONYMOUS_CREDENTIALS
public static Credential.Builder builder()
public String accessKeyId()
accessKeyId in interface ICredentialpublic String accessKeySecret()
accessKeySecret in interface ICredentialpublic String securityToken()
securityToken in interface ICredentialCopyright © 2022. All rights reserved.