Uses of Enum Class
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.StorageClass
Packages that use DomainResourceReferences.StorageClass
Package
Description
-
Uses of DomainResourceReferences.StorageClass in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return DomainResourceReferences.StorageClassModifier and TypeMethodDescriptionBucket.storageClass()
GoogleCloudStorageObject.storageClass()
Returns the enum constant of this class with the specified name.DomainResourceReferences.StorageClass.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.googlecloudstorage.domain with parameters of type DomainResourceReferences.StorageClassModifier and TypeMethodDescriptionstatic 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) static GoogleCloudStorageObject
GoogleCloudStorageObject.create
(String id, URI selfLink, String etag, String name, String bucket, long generation, long metageneration, String contentType, Date updated, Date timeDeleted, DomainResourceReferences.StorageClass storageClass, long size, String md5Hash, URI mediaLink, Map<String, String> metadata, String contentEncoding, String contentDisposition, String contentLanguage, String cacheControl, List<ObjectAccessControls> acl, Owner owner, String crc32c, Integer componentCount) -
Uses of DomainResourceReferences.StorageClass in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return DomainResourceReferences.StorageClassMethods in org.jclouds.googlecloudstorage.domain.templates with parameters of type DomainResourceReferences.StorageClassModifier and TypeMethodDescriptionBucketTemplate.storageClass
(DomainResourceReferences.StorageClass storageClass) ObjectTemplate.storageClass
(DomainResourceReferences.StorageClass storageClass)