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