Uses of Class
com.oracle.bmc.http.signing.internal.SignedRequestVersion
-
Packages that use SignedRequestVersion Package Description com.oracle.bmc.http.signing.internal -
-
Uses of SignedRequestVersion in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal that return SignedRequestVersion Modifier and Type Method Description static SignedRequestVersion
SignedRequestVersion. getLatestVersion()
Get the latest signed request version.static SignedRequestVersion
SignedRequestVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignedRequestVersion[]
SignedRequestVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-