EventCategoriesClient Interface

public interface EventCategoriesClient

An instance of this class provides access to all the operations defined in EventCategoriesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<LocalizableStringInner> list()

Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

abstract PagedIterable<LocalizableStringInner> list(Context context)

Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

abstract PagedFlux<LocalizableStringInner> listAsync()

Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

Method Details

list

public abstract PagedIterable list()

Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

Returns:

the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

Parameters:

context - The context to associate with this operation.

Returns:

the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Get the list of available event categories supported in the Activity Logs Service.
The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.

Returns:

the list of available event categories supported in the Activity Logs Service.<br>The current list includes the following: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy as paginated response with PagedFlux<T>.

Applies to