Uses of Class
com.oracle.bmc.cloudmigrations.model.AssetSourceCredentialsType
-
Packages that use AssetSourceCredentialsType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of AssetSourceCredentialsType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return AssetSourceCredentialsType Modifier and Type Method Description static AssetSourceCredentialsType
AssetSourceCredentialsType. create(String key)
AssetSourceCredentialsType
AssetSourceCredentials. getType()
Authentication typestatic AssetSourceCredentialsType
AssetSourceCredentialsType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssetSourceCredentialsType[]
AssetSourceCredentialsType. 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 AssetSourceCredentialsType Modifier and Type Method Description AssetSourceCredentials.Builder
AssetSourceCredentials.Builder. type(AssetSourceCredentialsType type)
Authentication typeConstructors in com.oracle.bmc.cloudmigrations.model with parameters of type AssetSourceCredentialsType Constructor Description AssetSourceCredentials(AssetSourceCredentialsType type, String secretId)
Deprecated.
-