Uses of Class
io.helidon.integrations.oci.connect.OciRestApi.ConfigType
-
Packages that use OciRestApi.ConfigType Package Description io.helidon.integrations.oci.connect 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.ConfigType Modifier and Type Method Description static OciRestApi.ConfigType
OciRestApi.ConfigType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OciRestApi.ConfigType[]
OciRestApi.ConfigType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.integrations.oci.connect with parameters of type OciRestApi.ConfigType Modifier and Type Method Description OciRestApi.Builder
OciRestApi.Builder. configType(OciRestApi.ConfigType configType)
How to obtain data to configure connectivity to OCI.
-