Uses of Class
io.helidon.integrations.oci.objectstorage.GetObject.Request
Packages that use GetObject.Request
-
Uses of GetObject.Request in io.helidon.integrations.oci.objectstorage
Methods in io.helidon.integrations.oci.objectstorage that return GetObject.RequestModifier and TypeMethodDescriptionstatic GetObject.RequestGetObject.Request.builder()Fluent API builder for configuring a request.Methods in io.helidon.integrations.oci.objectstorage with parameters of type GetObject.RequestModifier and TypeMethodDescriptionOciObjectStorage.getObject(GetObject.Request request) Gets the metadata and body of an object.OciObjectStorageRx.getObject(GetObject.Request request) Gets the metadata and body of an object.