Uses of Class
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.Location
-
Packages that use DomainResourceReferences.Location Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.domain.templates -
-
Uses of DomainResourceReferences.Location in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return DomainResourceReferences.Location Modifier and Type Method Description static DomainResourceReferences.Location
DomainResourceReferences.Location. fromValue(String location)
abstract DomainResourceReferences.Location
Bucket. location()
static DomainResourceReferences.Location
DomainResourceReferences.Location. valueOf(String name)
Returns the enum constant of this type with the specified name.static DomainResourceReferences.Location[]
DomainResourceReferences.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.googlecloudstorage.domain with parameters of type DomainResourceReferences.Location Modifier and Type Method Description static Bucket
Bucket. create(String id, String name, Long projectNumber, Date timeCreated, Long metageneration, List<BucketAccessControls> acl, List<ObjectAccessControls> defaultObjectAcl, Owner owner, DomainResourceReferences.Location location, Bucket.Website website, Bucket.Logging logging, Bucket.Versioning versioning, List<Bucket.Cors> cors, Bucket.LifeCycle lifeCycle, DomainResourceReferences.StorageClass storageClass)
-
Uses of DomainResourceReferences.Location in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return DomainResourceReferences.Location Modifier and Type Method Description DomainResourceReferences.Location
BucketTemplate. location()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type DomainResourceReferences.Location Modifier and Type Method Description BucketTemplate
BucketTemplate. location(DomainResourceReferences.Location location)
-