Uses of Class
com.oracle.bmc.objectstorage.responses.UpdateObjectStorageTierResponse
-
Packages that use UpdateObjectStorageTierResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of UpdateObjectStorageTierResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return UpdateObjectStorageTierResponse Modifier and Type Method Description UpdateObjectStorageTierResponseObjectStorage. updateObjectStorageTier(UpdateObjectStorageTierRequest request)Changes the storage tier of the object specified by the objectName parameter.UpdateObjectStorageTierResponseObjectStorageClient. updateObjectStorageTier(UpdateObjectStorageTierRequest request)Methods in com.oracle.bmc.objectstorage that return types with arguments of type UpdateObjectStorageTierResponse 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)Method parameters in com.oracle.bmc.objectstorage with type arguments of type UpdateObjectStorageTierResponse 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 UpdateObjectStorageTierResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return UpdateObjectStorageTierResponse Modifier and Type Method Description UpdateObjectStorageTierResponseUpdateObjectStorageTierResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type UpdateObjectStorageTierResponse Modifier and Type Method Description UpdateObjectStorageTierResponse.BuilderUpdateObjectStorageTierResponse.Builder. copy(UpdateObjectStorageTierResponse o)Copy method to populate the builder with values from the given instance.
-