Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
RestoreObjectsResponse |
ObjectStorageClient.restoreObjects(RestoreObjectsRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
RestoreObjectsRequest |
RestoreObjectsRequest.Builder.build()
Build the instance of RestoreObjectsRequest as configured by this builder
|
RestoreObjectsRequest |
RestoreObjectsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of RestoreObjectsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
RestoreObjectsRequest.Builder |
RestoreObjectsRequest.Builder.copy(RestoreObjectsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.