Uses of Class
io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
Packages that use OciConfig.BuilderBase
Package
Description
Helidon Service Registry Integrations to support OCI SDK.
-
Uses of OciConfig.BuilderBase in io.helidon.integrations.oci.sdk.runtime
Classes in io.helidon.integrations.oci.sdk.runtime with type parameters of type OciConfig.BuilderBaseModifier and TypeClassDescriptionstatic classOciConfig.BuilderBase<BUILDER extends OciConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OciConfig> Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forOciConfig.Subclasses of OciConfig.BuilderBase in io.helidon.integrations.oci.sdk.runtimeModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forOciConfig.Methods in io.helidon.integrations.oci.sdk.runtime with parameters of type OciConfig.BuilderBaseModifier and TypeMethodDescriptionOciConfig.BuilderBase.from(OciConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.oci.sdk.runtime with parameters of type OciConfig.BuilderBaseModifierConstructorDescriptionprotectedOciConfigImpl(OciConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.