Uses of Class
com.oracle.bmc.objectstorage.responses.PutObjectResponse
-
Packages that use PutObjectResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of PutObjectResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return PutObjectResponse Modifier and Type Method Description PutObjectResponse
ObjectStorage. putObject(PutObjectRequest request)
Creates a new object or overwrites an existing object with the same name.PutObjectResponse
ObjectStorageClient. putObject(PutObjectRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type PutObjectResponse Modifier and Type Method Description Future<PutObjectResponse>
ObjectStorageAsync. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.Future<PutObjectResponse>
ObjectStorageAsyncClient. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type PutObjectResponse Modifier and Type Method Description Future<PutObjectResponse>
ObjectStorageAsync. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.Future<PutObjectResponse>
ObjectStorageAsyncClient. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
-
Uses of PutObjectResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return PutObjectResponse Modifier and Type Method Description PutObjectResponse
PutObjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type PutObjectResponse Modifier and Type Method Description PutObjectResponse.Builder
PutObjectResponse.Builder. copy(PutObjectResponse o)
Copy method to populate the builder with values from the given instance.
-