Uses of Class
org.apache.camel.component.azure.storage.blob.CredentialType
-
Packages that use CredentialType Package Description org.apache.camel.component.azure.storage.blob -
-
Uses of CredentialType in org.apache.camel.component.azure.storage.blob
Methods in org.apache.camel.component.azure.storage.blob that return CredentialType Modifier and Type Method Description CredentialTypeBlobConfiguration. getCredentialType()static CredentialTypeCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialType[]CredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.azure.storage.blob with parameters of type CredentialType Modifier and Type Method Description voidBlobConfiguration. setCredentialType(CredentialType credentialType)Determines the credential strategy to adopt
-