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.Request
RenameObject.Request. builder()
Create a new request builder.RenameObject.Request
RenameObject.Request. newIfMatchETag(String eTag)
The if-match entity tag (ETag) of the new object.RenameObject.Request
RenameObject.Request. newIfNoneMatchETag(String eTag)
The if-none-match entity tag (ETag) of the new object.RenameObject.Request
RenameObject.Request. newObjectName(String objectName)
The new name of the source object.RenameObject.Request
RenameObject.Request. objectName(String objectName)
The name of the source object to be renamed.RenameObject.Request
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.Request 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.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.
-