public class Authenticate.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Authenticate |
withAccessKey(String accessKey,
String secretKey) |
Authenticate |
withToken(String token) |
Authenticate |
withUsernamePassword(String username,
String password) |
public Authenticate withUsernamePassword(String username, String password)
public Authenticate withToken(String token)
public Authenticate withAccessKey(String accessKey, String secretKey)
Copyright © 2012–2015. All rights reserved.