Interface AuditLogService
-
- All Implemented Interfaces:
public interface AuditLogServiceList user actions and configuration changes within this organization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAuditLogService.WithRawResponseA view of AuditLogService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AuditLogService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AuditLogServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuditLogListPagelist()List user actions and configuration changes within this organization. abstract AuditLogListPagelist(AuditLogListParams params, RequestOptions requestOptions)AuditLogListPagelist(AuditLogListParams params)AuditLogListPagelist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AuditLogService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AuditLogService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
AuditLogListPage list()
List user actions and configuration changes within this organization.
-
list
abstract AuditLogListPage list(AuditLogListParams params, RequestOptions requestOptions)
-
list
AuditLogListPage list(AuditLogListParams params)
-
list
AuditLogListPage list(RequestOptions requestOptions)
-
-
-
-