Uses of Class
io.helidon.integrations.oci.objectstorage.RenameObject.Request
Packages that use RenameObject.Request
-
Uses of RenameObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return RenameObject.RequestModifier and TypeMethodDescriptionstatic RenameObject.RequestRenameObject.Request.builder()Create a new request builder.RenameObject.Request.newIfMatchETag(String eTag) The if-match entity tag (ETag) of the new object.RenameObject.Request.newIfNoneMatchETag(String eTag) The if-none-match entity tag (ETag) of the new object.RenameObject.Request.newObjectName(String objectName) The new name of the source object.RenameObject.Request.objectName(String objectName) The name of the source object to be renamed.RenameObject.Request.oldIfMatchETag(String eTag) The if-match entity tag (ETag) of the source object.Methods in io.helidon.integrations.oci.objectstorage with parameters of type RenameObject.RequestModifier and TypeMethodDescriptionOciObjectStorage.renameObject(RenameObject.Request request) Rename an object in the given Object Storage namespace.OciObjectStorageRx.renameObject(RenameObject.Request request) Rename an object in the given Object Storage namespace.