Uses of Class
io.helidon.integrations.oci.objectstorage.DeleteObject.Request
Packages that use DeleteObject.Request
-
Uses of DeleteObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return DeleteObject.RequestModifier and TypeMethodDescriptionstatic DeleteObject.RequestDeleteObject.Request.builder()Fluent API builder for configuring a request.Methods in io.helidon.integrations.oci.objectstorage with parameters of type DeleteObject.RequestModifier and TypeMethodDescriptionOciObjectStorage.deleteObject(DeleteObject.Request request) Deletes an object.OciObjectStorageRx.deleteObject(DeleteObject.Request request) Deletes an object.