Uses of Class
com.oracle.bmc.cloudmigrations.model.AssetSourceConnectionType
-
Packages that use AssetSourceConnectionType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of AssetSourceConnectionType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return AssetSourceConnectionType Modifier and Type Method Description static AssetSourceConnectionType
AssetSourceConnectionType. create(String key)
AssetSourceConnectionType
AssetSourceConnection. getConnectionType()
The type of connection for an asset source.static AssetSourceConnectionType
AssetSourceConnectionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssetSourceConnectionType[]
AssetSourceConnectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type AssetSourceConnectionType Modifier and Type Method Description AssetSourceConnection.Builder
AssetSourceConnection.Builder. connectionType(AssetSourceConnectionType connectionType)
The type of connection for an asset source.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type AssetSourceConnectionType Constructor Description AssetSourceConnection(AssetSourceConnectionType connectionType, String connectorId, String assetSourceKey, AssetSourceConnectionLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-