Uses of Class
com.oracle.bmc.objectstorage.requests.UpdateObjectStorageTierRequest
-
Packages that use UpdateObjectStorageTierRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of UpdateObjectStorageTierRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type UpdateObjectStorageTierRequest Modifier and Type Method Description UpdateObjectStorageTierResponse
ObjectStorage. updateObjectStorageTier(UpdateObjectStorageTierRequest request)
Changes the storage tier of the object specified by the objectName parameter.Future<UpdateObjectStorageTierResponse>
ObjectStorageAsync. updateObjectStorageTier(UpdateObjectStorageTierRequest request, AsyncHandler<UpdateObjectStorageTierRequest,UpdateObjectStorageTierResponse> handler)
Changes the storage tier of the object specified by the objectName parameter.Future<UpdateObjectStorageTierResponse>
ObjectStorageAsyncClient. updateObjectStorageTier(UpdateObjectStorageTierRequest request, AsyncHandler<UpdateObjectStorageTierRequest,UpdateObjectStorageTierResponse> handler)
UpdateObjectStorageTierResponse
ObjectStorageClient. updateObjectStorageTier(UpdateObjectStorageTierRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdateObjectStorageTierRequest Modifier and Type Method Description Future<UpdateObjectStorageTierResponse>
ObjectStorageAsync. updateObjectStorageTier(UpdateObjectStorageTierRequest request, AsyncHandler<UpdateObjectStorageTierRequest,UpdateObjectStorageTierResponse> handler)
Changes the storage tier of the object specified by the objectName parameter.Future<UpdateObjectStorageTierResponse>
ObjectStorageAsyncClient. updateObjectStorageTier(UpdateObjectStorageTierRequest request, AsyncHandler<UpdateObjectStorageTierRequest,UpdateObjectStorageTierResponse> handler)
-
Uses of UpdateObjectStorageTierRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return UpdateObjectStorageTierRequest Modifier and Type Method Description UpdateObjectStorageTierRequest
UpdateObjectStorageTierRequest.Builder. build()
Build the instance of UpdateObjectStorageTierRequest as configured by this builderUpdateObjectStorageTierRequest
UpdateObjectStorageTierRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateObjectStorageTierRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type UpdateObjectStorageTierRequest Modifier and Type Method Description UpdateObjectStorageTierRequest.Builder
UpdateObjectStorageTierRequest.Builder. copy(UpdateObjectStorageTierRequest o)
Copy method to populate the builder with values from the given instance.
-