Uses of Enum Class
org.jclouds.blobstore.attr.ConsistencyModel
Packages that use ConsistencyModel
-
Uses of ConsistencyModel in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return ConsistencyModel -
Uses of ConsistencyModel in org.jclouds.blobstore.attr
Methods in org.jclouds.blobstore.attr that return ConsistencyModelModifier and TypeMethodDescriptionstatic ConsistencyModelReturns the enum constant of this class with the specified name.static ConsistencyModel[]ConsistencyModel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConsistencyModel in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return ConsistencyModelConstructors in org.jclouds.blobstore.internal with parameters of type ConsistencyModelModifierConstructorDescriptionBlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)