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 UpdateObjectStorageTierResponse
ObjectStorage. updateObjectStorageTier(UpdateObjectStorageTierRequest request)
Changes the storage tier of the object specified by the objectName parameter.UpdateObjectStorageTierResponse
ObjectStorageClient. 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 UpdateObjectStorageTierResponse
UpdateObjectStorageTierResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type UpdateObjectStorageTierResponse Modifier and Type Method Description UpdateObjectStorageTierResponse.Builder
UpdateObjectStorageTierResponse.Builder. copy(UpdateObjectStorageTierResponse o)
Copy method to populate the builder with values from the given instance.
-