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 UpdateObjectStorageTierResponseObjectStorage. 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)UpdateObjectStorageTierResponseObjectStorageClient. 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 UpdateObjectStorageTierRequestUpdateObjectStorageTierRequest.Builder. build()Build the instance of UpdateObjectStorageTierRequest as configured by this builderUpdateObjectStorageTierRequestUpdateObjectStorageTierRequest.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.BuilderUpdateObjectStorageTierRequest.Builder. copy(UpdateObjectStorageTierRequest o)Copy method to populate the builder with values from the given instance.
-