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