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