Uses of Class
io.helidon.integrations.oci.objectstorage.DeleteObject.Request
-
Packages that use DeleteObject.Request Package Description io.helidon.integrations.oci.objectstorage OCI Object Storage integration. -
-
Uses of DeleteObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return DeleteObject.Request Modifier and Type Method Description static DeleteObject.Request
DeleteObject.Request. builder()
Fluent API builder for configuring a request.Methods in io.helidon.integrations.oci.objectstorage with parameters of type DeleteObject.Request Modifier and Type Method Description DeleteObject.Response
OciObjectStorage. deleteObject(DeleteObject.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Deletes an object.Single<DeleteObject.Response>
OciObjectStorageRx. deleteObject(DeleteObject.Request request)
Deprecated, for removal: This API element is subject to removal in a future version.Deletes an object.
-