Uses of Class
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.PredefinedAcl
-
Packages that use DomainResourceReferences.PredefinedAcl Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.options -
-
Uses of DomainResourceReferences.PredefinedAcl in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return DomainResourceReferences.PredefinedAcl Modifier and Type Method Description static DomainResourceReferences.PredefinedAcl
DomainResourceReferences.PredefinedAcl. fromValue(String predefinedAcl)
static DomainResourceReferences.PredefinedAcl
DomainResourceReferences.PredefinedAcl. valueOf(String name)
Returns the enum constant of this type with the specified name.static DomainResourceReferences.PredefinedAcl[]
DomainResourceReferences.PredefinedAcl. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DomainResourceReferences.PredefinedAcl in org.jclouds.googlecloudstorage.options
-