Uses of Class
com.oracle.bmc.cloudbridge.model.AssetSourceCredentialsType
-
Packages that use AssetSourceCredentialsType Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of AssetSourceCredentialsType in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AssetSourceCredentialsType Modifier and Type Method Description static AssetSourceCredentialsTypeAssetSourceCredentialsType. create(String key)AssetSourceCredentialsTypeAssetSourceCredentials. getType()Authentication typestatic AssetSourceCredentialsTypeAssetSourceCredentialsType. 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.cloudbridge.model with parameters of type AssetSourceCredentialsType Modifier and Type Method Description AssetSourceCredentials.BuilderAssetSourceCredentials.Builder. type(AssetSourceCredentialsType type)Authentication typeConstructors in com.oracle.bmc.cloudbridge.model with parameters of type AssetSourceCredentialsType Constructor Description AssetSourceCredentials(AssetSourceCredentialsType type, String secretId)Deprecated.
-