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 ListBucketOptions
apply(ListContainerOptions from)
-
-
-
Method Detail
-
apply
public ListBucketOptions apply(ListContainerOptions from)
- Specified by:
apply
in interfacecom.google.common.base.Function<ListContainerOptions,ListBucketOptions>
- Specified by:
apply
in interfaceFunction<ListContainerOptions,ListBucketOptions>
-
-