Package | Description |
---|---|
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
org.jclouds.s3.binders | |
org.jclouds.s3.xml |
This package contains xml logic that parses S3 responses.
|
Modifier and Type | Method and Description |
---|---|
BucketLogging |
S3Client.getBucketLogging(String bucketName)
Inspects the logging status for a bucket.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BucketLogging> |
S3AsyncClient.getBucketLogging(String bucketName) |
Modifier and Type | Method and Description |
---|---|
void |
S3Client.enableBucketLogging(String bucketName,
BucketLogging logging)
Enables logging for a bucket.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
S3AsyncClient.enableBucketLogging(String bucketName,
BucketLogging logging) |
Modifier and Type | Method and Description |
---|---|
protected com.jamesmurty.utils.XMLBuilder |
BindBucketLoggingToXmlPayload.generateBuilder(BucketLogging bucketLogging) |
Modifier and Type | Method and Description |
---|---|
BucketLogging |
BucketLoggingHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.