Uses of Class
org.jclouds.blobstore.attr.BlobScopes
-
Packages that use BlobScopes Package Description org.jclouds.blobstore.attr -
-
Uses of BlobScopes in org.jclouds.blobstore.attr
Methods in org.jclouds.blobstore.attr that return BlobScopes Modifier and Type Method Description BlobScopesvalue()static BlobScopesBlobScopes. valueOf(String name)Returns the enum constant of this type with the specified name.static BlobScopes[]BlobScopes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-