ActivityLogs Interface

Implements

public interface ActivityLogs
extends HasManager<MonitorManager>

Entry point for Monitor Activity logs API.

Method Summary

Modifier and Type Method and Description
abstract WithEventDataStartTimeFilter defineQuery()

Begins a definition for a new Activity log query.

abstract PagedIterable<LocalizableString> listEventCategories()

Lists available event categories supported in the Activity Logs Service.

abstract PagedFlux<LocalizableString> listEventCategoriesAsync()

Lists available event categories supported in the Activity Logs Service.

Method Details

defineQuery

public abstract ActivityLogs.ActivityLogsQueryDefinitionStages.WithEventDataStartTimeFilter defineQuery()

Begins a definition for a new Activity log query.

Returns:

the stage of start time filter definition.

listEventCategories

public abstract PagedIterable listEventCategories()

Lists available event categories supported in the Activity Logs Service.

Returns:

list of available event categories supported in the Activity Logs Service.

listEventCategoriesAsync

public abstract PagedFlux listEventCategoriesAsync()

Lists available event categories supported in the Activity Logs Service.

Returns:

list of available event categories supported in the Activity Logs Service.

Applies to