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