Uses of Class
com.oracle.bmc.keymanagement.requests.ListKeysRequest.CurveId
-
Packages that use ListKeysRequest.CurveId Package Description com.oracle.bmc.keymanagement.requests -
-
Uses of ListKeysRequest.CurveId in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ListKeysRequest.CurveId Modifier and Type Method Description static ListKeysRequest.CurveId
ListKeysRequest.CurveId. create(String key)
ListKeysRequest.CurveId
ListKeysRequest. getCurveId()
The curve ID of the keys.static ListKeysRequest.CurveId
ListKeysRequest.CurveId. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListKeysRequest.CurveId[]
ListKeysRequest.CurveId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.requests with parameters of type ListKeysRequest.CurveId Modifier and Type Method Description ListKeysRequest.Builder
ListKeysRequest.Builder. curveId(ListKeysRequest.CurveId curveId)
The curve ID of the keys.
-