Uses of Class
io.helidon.integrations.oci.objectstorage.PutObject.Response
Packages that use PutObject.Response
-
Uses of PutObject.Response in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return PutObject.ResponseModifier and TypeMethodDescriptionOciObjectStorage.putObject(PutObject.Request request, ReadableByteChannel channel) Creates a new object or overwrites an existing object with the same name.Methods in io.helidon.integrations.oci.objectstorage that return types with arguments of type PutObject.ResponseModifier and TypeMethodDescriptionOciObjectStorageRx.putObject(PutObject.Request request, Flow.Publisher<DataChunk> publisher) Creates a new object or overwrites an existing object with the same name.