|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallingFormat | |
---|---|
net.noderunner.amazon.s3 |
Uses of CallingFormat in net.noderunner.amazon.s3 |
---|
Fields in net.noderunner.amazon.s3 declared as CallingFormat | |
---|---|
static CallingFormat |
CallingFormat.PATH
Call by using a path. |
static CallingFormat |
CallingFormat.SUBDOMAIN
Call by using a sub-domain of the bucket name. |
static CallingFormat |
CallingFormat.VANITY
Call using a "vanity" or user-provided hostname. |
Methods in net.noderunner.amazon.s3 with parameters of type CallingFormat | |
---|---|
void |
QueryGenerator.setCallingFormat(CallingFormat format)
|
static boolean |
Bucket.validateBucketName(java.lang.String bucketName,
CallingFormat callingFormat)
Returns true if the bucket name is valid for the calling format. |
boolean |
Bucket.validateName(CallingFormat callingFormat)
Returns true if the bucket name is valid for the calling format. |
Constructors in net.noderunner.amazon.s3 with parameters of type CallingFormat | |
---|---|
Connection(java.lang.String awsAccessKeyId,
java.lang.String awsSecretAccessKey,
boolean isSecure,
java.lang.String server,
CallingFormat format)
Constructs a new Connection. |
|
Connection(java.lang.String awsAccessKeyId,
java.lang.String awsSecretAccessKey,
boolean isSecure,
java.lang.String server,
int port,
CallingFormat format)
Create a new interface to interact with S3 with the given credential and connection parameters |
|
QueryGenerator(java.lang.String awsAccessKeyId,
java.lang.String awsSecretAccessKey,
boolean isSecure,
java.lang.String server,
CallingFormat callingFormat)
|
|
QueryGenerator(java.lang.String awsAccessKeyId,
java.lang.String awsSecretAccessKey,
boolean isSecure,
java.lang.String server,
int port,
CallingFormat callingFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |