Uses of Enum Class
org.jclouds.blobstore.domain.Tier
Packages that use Tier
Package
Description
This package contains the core components of S3.
-
Uses of Tier in org.jclouds.azureblob.domain
Methods in org.jclouds.azureblob.domain that return TierMethods in org.jclouds.azureblob.domain with parameters of type Tier -
Uses of Tier in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return TierModifier and TypeMethodDescriptionStorageMetadata.getTier()
static Tier
Returns the enum constant of this class with the specified name.static Tier[]
Tier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.blobstore.domain with parameters of type Tier -
Uses of Tier in org.jclouds.blobstore.domain.internal
Methods in org.jclouds.blobstore.domain.internal that return TierModifier and TypeMethodDescriptionMutableBlobMetadataImpl.getTier()
MutableStorageMetadataImpl.getTier()
StorageMetadataImpl.getTier()
Methods in org.jclouds.blobstore.domain.internal with parameters of type TierModifier and TypeMethodDescriptionvoid
void
Constructors in org.jclouds.blobstore.domain.internal with parameters of type TierModifierConstructorDescriptionBlobMetadataImpl
(String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String, String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata, Long size, Tier tier) StorageMetadataImpl
(StorageType type, String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String, String> userMetadata, Long size, Tier tier) -
Uses of Tier in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return TierMethods in org.jclouds.googlecloudstorage.domain with parameters of type TierModifier and TypeMethodDescription -
Uses of Tier in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return TierMethods in org.jclouds.s3.domain with parameters of type Tier