@Immutable @Loggable(value=1) public static final class Credentials.Direct extends Object implements Credentials
Credentials.Assumed, Credentials.Direct, Credentials.SimpleTEST| Constructor and Description |
|---|
Credentials.Direct(Credentials creds,
int port)
Public ctor.
|
Credentials.Direct(Credentials creds,
String pnt)
Public ctor.
|
public Credentials.Direct(@NotNull(message="credentials is NULL") Credentials creds, @NotNull(message="end point can\'t be NULL") String pnt)
creds - Original credentialspnt - Endpointpublic Credentials.Direct(@NotNull Credentials creds, int port)
creds - Original credentialsport - Port number for localhost@NotNull public com.amazonaws.services.simpledb.AmazonSimpleDB aws()
Don't forget to shut it down after use,
using AmazonSimpleDB#shutdown().
aws in interface CredentialsCopyright © 2012–2014 jcabi.com. All rights reserved.