Uses of Class
io.helidon.integrations.oci.connect.OciConfigProfile
-
Packages that use OciConfigProfile Package Description io.helidon.integrations.oci.connect Classes needed for OCI to connect to service API. -
-
Uses of OciConfigProfile in io.helidon.integrations.oci.connect
Methods in io.helidon.integrations.oci.connect that return OciConfigProfile Modifier and Type Method Description OciConfigProfile
OciConfigProfile.Builder. build()
static OciConfigProfile
OciConfigProfile. create()
Deprecated, for removal: This API element is subject to removal in a future version.Create configuration from the default location~/.oci/config
and default profileDEFAULT
.static OciConfigProfile
OciConfigProfile. create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.
-