Uses of Class
com.oracle.bmc.objectstorage.model.StorageTier
-
Packages that use StorageTier Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.requests com.oracle.bmc.objectstorage.responses com.oracle.bmc.objectstorage.transfer -
-
Uses of StorageTier in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return StorageTier Modifier and Type Method Description static StorageTier
StorageTier. create(String key)
StorageTier
CopyObjectDetails. getDestinationObjectStorageTier()
The storage tier that the object should be stored in.StorageTier
CreateMultipartUploadDetails. getStorageTier()
The storage tier that the object should be stored in.StorageTier
MultipartUpload. getStorageTier()
The storage tier that the object is stored in.StorageTier
ObjectSummary. getStorageTier()
The storage tier that the object is stored in.StorageTier
ObjectVersionSummary. getStorageTier()
The storage tier that the object is stored in.StorageTier
UpdateObjectStorageTierDetails. getStorageTier()
The storage tier that the object should be moved to.static StorageTier
StorageTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageTier[]
StorageTier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.objectstorage.model with parameters of type StorageTier Modifier and Type Method Description CopyObjectDetails.Builder
CopyObjectDetails.Builder. destinationObjectStorageTier(StorageTier destinationObjectStorageTier)
The storage tier that the object should be stored in.CreateMultipartUploadDetails.Builder
CreateMultipartUploadDetails.Builder. storageTier(StorageTier storageTier)
The storage tier that the object should be stored in.MultipartUpload.Builder
MultipartUpload.Builder. storageTier(StorageTier storageTier)
The storage tier that the object is stored in.ObjectSummary.Builder
ObjectSummary.Builder. storageTier(StorageTier storageTier)
The storage tier that the object is stored in.ObjectVersionSummary.Builder
ObjectVersionSummary.Builder. storageTier(StorageTier storageTier)
The storage tier that the object is stored in.UpdateObjectStorageTierDetails.Builder
UpdateObjectStorageTierDetails.Builder. storageTier(StorageTier storageTier)
The storage tier that the object should be moved to.Constructors in com.oracle.bmc.objectstorage.model with parameters of type StorageTier Constructor Description CopyObjectDetails(String sourceObjectName, String sourceObjectIfMatchETag, String sourceVersionId, String destinationRegion, String destinationNamespace, String destinationBucket, String destinationObjectName, String destinationObjectIfMatchETag, String destinationObjectIfNoneMatchETag, Map<String,String> destinationObjectMetadata, StorageTier destinationObjectStorageTier)
Deprecated.CreateMultipartUploadDetails(String object, String contentType, String contentLanguage, String contentEncoding, String contentDisposition, String cacheControl, StorageTier storageTier, Map<String,String> metadata)
Deprecated.MultipartUpload(String namespace, String bucket, String object, String uploadId, Date timeCreated, StorageTier storageTier)
Deprecated.ObjectSummary(String name, Long size, String md5, Date timeCreated, String etag, StorageTier storageTier, ArchivalState archivalState, Date timeModified)
Deprecated.ObjectVersionSummary(String name, Long size, String md5, Date timeCreated, Date timeModified, String etag, StorageTier storageTier, ArchivalState archivalState, String versionId, Boolean isDeleteMarker)
Deprecated.UpdateObjectStorageTierDetails(String objectName, StorageTier storageTier, String versionId)
Deprecated. -
Uses of StorageTier in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return StorageTier Modifier and Type Method Description StorageTier
PutObjectRequest. getStorageTier()
The storage tier that the object should be stored in.Methods in com.oracle.bmc.objectstorage.requests with parameters of type StorageTier Modifier and Type Method Description PutObjectRequest.Builder
PutObjectRequest.Builder. storageTier(StorageTier storageTier)
The storage tier that the object should be stored in. -
Uses of StorageTier in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return StorageTier Modifier and Type Method Description StorageTier
GetObjectResponse. getStorageTier()
The storage tier that the object is stored in.StorageTier
HeadObjectResponse. getStorageTier()
The storage tier that the object is stored in.Methods in com.oracle.bmc.objectstorage.responses with parameters of type StorageTier Modifier and Type Method Description GetObjectResponse.Builder
GetObjectResponse.Builder. storageTier(StorageTier storageTier)
The storage tier that the object is stored in.HeadObjectResponse.Builder
HeadObjectResponse.Builder. storageTier(StorageTier storageTier)
The storage tier that the object is stored in. -
Uses of StorageTier in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer with parameters of type StorageTier Modifier and Type Method Description MultipartObjectAssembler.MultipartObjectAssemblerBuilder
MultipartObjectAssembler.MultipartObjectAssemblerBuilder. storageTier(StorageTier storageTier)
-