Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
GetObjectResponse |
ObjectStorage.getObject(GetObjectRequest request)
Gets the metadata and body of an object.
|
GetObjectResponse |
ObjectStorageClient.getObject(GetObjectRequest request) |
Future<GetObjectResponse> |
ObjectStorageAsync.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Gets the metadata and body of an object.
|
Future<GetObjectResponse> |
ObjectStorageAsyncClient.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetObjectResponse> |
ObjectStorageAsync.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Gets the metadata and body of an object.
|
Future<GetObjectResponse> |
ObjectStorageAsyncClient.getObject(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetObjectRequest |
GetObjectRequest.Builder.build()
Build the instance of GetObjectRequest as configured by this builder
|
GetObjectRequest |
GetObjectRequest.Builder.buildWithoutInvocationCallback() |
Modifier and Type | Method and Description |
---|---|
GetObjectRequest.Builder |
GetObjectRequest.Builder.copy(GetObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2019. All rights reserved.