Uses of Enum Class
io.helidon.integrations.oci.connect.OciRestApi.ConfigType
Packages that use OciRestApi.ConfigType
Package
Description
Classes needed for OCI to connect to service API.
-
Uses of OciRestApi.ConfigType in io.helidon.integrations.oci.connect
Methods in io.helidon.integrations.oci.connect that return OciRestApi.ConfigTypeModifier and TypeMethodDescriptionstatic OciRestApi.ConfigTypeReturns the enum constant of this class with the specified name.static OciRestApi.ConfigType[]OciRestApi.ConfigType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.integrations.oci.connect with parameters of type OciRestApi.ConfigTypeModifier and TypeMethodDescriptionOciRestApi.Builder.configType(OciRestApi.ConfigType configType) How to obtain data to configure connectivity to OCI.