Uses of Class
com.amazonaws.util.Base64
-
Packages that use Base64 Package Description com.amazonaws.util -
-
Uses of Base64 in com.amazonaws.util
Methods in com.amazonaws.util that return Base64 Modifier and Type Method Description static Base64
Base64. valueOf(String name)
Returns the enum constant of this type with the specified name.static Base64[]
Base64. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-