Uses of Class
io.helidon.integrations.oci.objectstorage.RenameObject.Request
-
Packages that use RenameObject.Request Package Description io.helidon.integrations.oci.objectstorage OCI Object Storage integration. -
-
Uses of RenameObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return RenameObject.Request Modifier and Type Method Description static RenameObject.RequestRenameObject.Request. builder()Create a new request builder.RenameObject.RequestRenameObject.Request. newIfMatchETag(String eTag)The if-match entity tag (ETag) of the new object.RenameObject.RequestRenameObject.Request. newIfNoneMatchETag(String eTag)The if-none-match entity tag (ETag) of the new object.RenameObject.RequestRenameObject.Request. newObjectName(String objectName)The new name of the source object.RenameObject.RequestRenameObject.Request. objectName(String objectName)The name of the source object to be renamed.RenameObject.RequestRenameObject.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.Request Modifier and Type Method Description RenameObject.ResponseOciObjectStorage. 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.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.
-