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