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.CurveIdListKeysRequest.CurveId. create(String key)ListKeysRequest.CurveIdListKeysRequest. getCurveId()The curve ID of the keys.static ListKeysRequest.CurveIdListKeysRequest.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.BuilderListKeysRequest.Builder. curveId(ListKeysRequest.CurveId curveId)The curve ID of the keys.
-