Uses of Enum Class
io.camunda.zeebe.backup.azure.SasTokenType
-
Uses of SasTokenType in io.camunda.zeebe.backup.azure
Methods in io.camunda.zeebe.backup.azure that return SasTokenTypeModifier and TypeMethodDescriptionstatic SasTokenTypeSasTokenConfig.type()Returns the value of thetyperecord component.static SasTokenTypeReturns the enum constant of this class with the specified name.static SasTokenType[]SasTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.backup.azure with parameters of type SasTokenTypeConstructors in io.camunda.zeebe.backup.azure with parameters of type SasTokenTypeModifierConstructorDescriptionSasTokenConfig(String value, SasTokenType type) Creates an instance of aSasTokenConfigrecord class.