Uses of Enum Class
org.jclouds.b2.domain.BucketType
Packages that use BucketType
-
Uses of BucketType in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return BucketTypeModifier and TypeMethodDescriptionabstract BucketTypeBucket.bucketType()static BucketTypestatic BucketTypeReturns the enum constant of this class with the specified name.static BucketType[]BucketType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.b2.domain with parameters of type BucketType -
Uses of BucketType in org.jclouds.b2.features
Methods in org.jclouds.b2.features with parameters of type BucketTypeModifier and TypeMethodDescriptionBucketApi.createBucket(String bucketName, BucketType bucketType) BucketApi.updateBucket(String bucketId, BucketType bucketType)