Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
PutObjectResponse |
ObjectStorage.putObject(PutObjectRequest request)
Creates a new object or overwrites an existing object with the same name.
|
PutObjectResponse |
ObjectStorageClient.putObject(PutObjectRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<PutObjectResponse> |
ObjectStorageAsyncClient.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler) |
Future<PutObjectResponse> |
ObjectStorageAsync.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.
|
Modifier and Type | Method and Description |
---|---|
Future<PutObjectResponse> |
ObjectStorageAsyncClient.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler) |
Future<PutObjectResponse> |
ObjectStorageAsync.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.
|
Modifier and Type | Method and Description |
---|---|
PutObjectResponse |
PutObjectResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
PutObjectResponse.Builder |
PutObjectResponse.Builder.copy(PutObjectResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.