Uses of Class
io.helidon.integrations.oci.objectstorage.DeleteObject.Response
-
Packages that use DeleteObject.Response Package Description io.helidon.integrations.oci.objectstorage OCI Object Storage integration. -
-
Uses of DeleteObject.Response in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return DeleteObject.Response Modifier and Type Method Description DeleteObject.Response
OciObjectStorage. deleteObject(DeleteObject.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Deletes an object.Methods in io.helidon.integrations.oci.objectstorage that return types with arguments of type DeleteObject.Response Modifier and Type Method Description Single<DeleteObject.Response>
OciObjectStorageRx. deleteObject(DeleteObject.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Deletes an object.
-