Package | Description |
---|---|
com.oracle.bmc.objectstorage.model | |
com.oracle.bmc.objectstorage.requests | |
com.oracle.bmc.objectstorage.responses | |
com.oracle.bmc.objectstorage.transfer |
Modifier and Type | Method and Description |
---|---|
static StorageTier |
StorageTier.create(String key) |
StorageTier |
CopyObjectDetails.getDestinationObjectStorageTier()
The storage tier that the object should be stored in.
|
StorageTier |
UpdateObjectStorageTierDetails.getStorageTier()
The storage tier that the object should be moved to.
|
StorageTier |
ObjectVersionSummary.getStorageTier()
The storage tier that the object is stored in.
|
StorageTier |
CreateMultipartUploadDetails.getStorageTier()
The storage tier that the object should be stored in.
|
StorageTier |
ObjectSummary.getStorageTier()
The storage tier that the object is stored in.
|
StorageTier |
MultipartUpload.getStorageTier()
The storage tier that the object is stored in.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CopyObjectDetails.Builder |
CopyObjectDetails.Builder.destinationObjectStorageTier(StorageTier destinationObjectStorageTier)
The storage tier that the object should be stored in.
|
UpdateObjectStorageTierDetails.Builder |
UpdateObjectStorageTierDetails.Builder.storageTier(StorageTier storageTier)
The storage tier that the object should be moved to.
|
ObjectVersionSummary.Builder |
ObjectVersionSummary.Builder.storageTier(StorageTier storageTier)
The storage tier that the object is stored in.
|
CreateMultipartUploadDetails.Builder |
CreateMultipartUploadDetails.Builder.storageTier(StorageTier storageTier)
The storage tier that the object should be stored in.
|
ObjectSummary.Builder |
ObjectSummary.Builder.storageTier(StorageTier storageTier)
The storage tier that the object is stored in.
|
MultipartUpload.Builder |
MultipartUpload.Builder.storageTier(StorageTier storageTier)
The storage tier that the object is stored in.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
StorageTier |
PutObjectRequest.getStorageTier()
The storage tier that the object should be stored in.
|
Modifier and Type | Method and Description |
---|---|
PutObjectRequest.Builder |
PutObjectRequest.Builder.storageTier(StorageTier storageTier)
The storage tier that the object should be stored in.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MultipartObjectAssembler.MultipartObjectAssemblerBuilder |
MultipartObjectAssembler.MultipartObjectAssemblerBuilder.storageTier(StorageTier storageTier) |
Copyright © 2016–2024. All rights reserved.