Uses of Class
com.oracle.bmc.loganalytics.model.EventTypeDetails
-
Packages that use EventTypeDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of EventTypeDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EventTypeDetails Modifier and Type Method Description EventTypeDetailsEventTypeDetails.Builder. build()Methods in com.oracle.bmc.loganalytics.model with parameters of type EventTypeDetails Modifier and Type Method Description EventTypeDetails.BuilderEventTypeDetails.Builder. copy(EventTypeDetails model) -
Uses of EventTypeDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return EventTypeDetails Modifier and Type Method Description EventTypeDetailsAddSourceEventTypesRequest. getAddEventTypeDetails()Details of event types to be added to the source.EventTypeDetailsAddSourceEventTypesRequest. getBody$()Alternative accessor for the body parameter.EventTypeDetailsDisableSourceEventTypesRequest. getBody$()Alternative accessor for the body parameter.EventTypeDetailsEnableSourceEventTypesRequest. getBody$()Alternative accessor for the body parameter.EventTypeDetailsRemoveSourceEventTypesRequest. getBody$()Alternative accessor for the body parameter.EventTypeDetailsDisableSourceEventTypesRequest. getDisableEventTypeDetails()Details of event types to be disabled in the source.EventTypeDetailsEnableSourceEventTypesRequest. getEnableEventTypeDetails()Details of event types to be enabled in the source.EventTypeDetailsRemoveSourceEventTypesRequest. getRemoveEventTypeDetails()Details of event types to be removed from the source.Methods in com.oracle.bmc.loganalytics.requests with parameters of type EventTypeDetails Modifier and Type Method Description AddSourceEventTypesRequest.BuilderAddSourceEventTypesRequest.Builder. addEventTypeDetails(EventTypeDetails addEventTypeDetails)Details of event types to be added to the source.AddSourceEventTypesRequest.BuilderAddSourceEventTypesRequest.Builder. body$(EventTypeDetails body)Alternative setter for the body parameter.DisableSourceEventTypesRequest.BuilderDisableSourceEventTypesRequest.Builder. body$(EventTypeDetails body)Alternative setter for the body parameter.EnableSourceEventTypesRequest.BuilderEnableSourceEventTypesRequest.Builder. body$(EventTypeDetails body)Alternative setter for the body parameter.RemoveSourceEventTypesRequest.BuilderRemoveSourceEventTypesRequest.Builder. body$(EventTypeDetails body)Alternative setter for the body parameter.DisableSourceEventTypesRequest.BuilderDisableSourceEventTypesRequest.Builder. disableEventTypeDetails(EventTypeDetails disableEventTypeDetails)Details of event types to be disabled in the source.EnableSourceEventTypesRequest.BuilderEnableSourceEventTypesRequest.Builder. enableEventTypeDetails(EventTypeDetails enableEventTypeDetails)Details of event types to be enabled in the source.RemoveSourceEventTypesRequest.BuilderRemoveSourceEventTypesRequest.Builder. removeEventTypeDetails(EventTypeDetails removeEventTypeDetails)Details of event types to be removed from the source.
-