Uses of Class
com.oracle.bmc.apmtraces.requests.PutToggleAutoActivateRequest.DataKeyType
- 
Packages that use PutToggleAutoActivateRequest.DataKeyType Package Description com.oracle.bmc.apmtraces.requests 
- 
- 
Uses of PutToggleAutoActivateRequest.DataKeyType in com.oracle.bmc.apmtraces.requestsMethods in com.oracle.bmc.apmtraces.requests that return PutToggleAutoActivateRequest.DataKeyType Modifier and Type Method Description static PutToggleAutoActivateRequest.DataKeyTypePutToggleAutoActivateRequest.DataKeyType. create(String key)PutToggleAutoActivateRequest.DataKeyTypePutToggleAutoActivateRequest. getDataKeyType()Data key type for which auto-activate needs to be turned on or off.static PutToggleAutoActivateRequest.DataKeyTypePutToggleAutoActivateRequest.DataKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PutToggleAutoActivateRequest.DataKeyType[]PutToggleAutoActivateRequest.DataKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmtraces.requests with parameters of type PutToggleAutoActivateRequest.DataKeyType Modifier and Type Method Description PutToggleAutoActivateRequest.BuilderPutToggleAutoActivateRequest.Builder. dataKeyType(PutToggleAutoActivateRequest.DataKeyType dataKeyType)Data key type for which auto-activate needs to be turned on or off.
 
-