Class ContainerToBucketListOptions
- java.lang.Object
-
- org.jclouds.s3.blobstore.functions.ContainerToBucketListOptions
-
- All Implemented Interfaces:
com.google.common.base.Function<ListContainerOptions,ListBucketOptions>,Function<ListContainerOptions,ListBucketOptions>
@Singleton public class ContainerToBucketListOptions extends Object implements com.google.common.base.Function<ListContainerOptions,ListBucketOptions>
-
-
Constructor Summary
Constructors Constructor Description ContainerToBucketListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBucketOptionsapply(ListContainerOptions from)
-
-
-
Method Detail
-
apply
public ListBucketOptions apply(ListContainerOptions from)
- Specified by:
applyin interfacecom.google.common.base.Function<ListContainerOptions,ListBucketOptions>- Specified by:
applyin interfaceFunction<ListContainerOptions,ListBucketOptions>
-
-