org.jclouds.s3.blobstore.functions
Class ContainerToBucketListOptions
java.lang.Object
org.jclouds.s3.blobstore.functions.ContainerToBucketListOptions
- All Implemented Interfaces:
- com.google.common.base.Function<ListContainerOptions,ListBucketOptions>
@Singleton
public class ContainerToBucketListOptions
- extends Object
- implements com.google.common.base.Function<ListContainerOptions,ListBucketOptions>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Function |
equals |
ContainerToBucketListOptions
public ContainerToBucketListOptions()
apply
public ListBucketOptions apply(ListContainerOptions from)
- Specified by:
apply
in interface com.google.common.base.Function<ListContainerOptions,ListBucketOptions>
Copyright © 2009-2011 jclouds. All Rights Reserved.