Package com.atlan.api
Class SearchLogEndpoint
java.lang.Object
com.atlan.api.AbstractEndpoint
com.atlan.api.AtlasEndpoint
com.atlan.api.SearchLogEndpoint
API endpoints for operating on assets.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.api.AbstractEndpoint
AbstractEndpoint.RawResponse
-
Field Summary
Fields inherited from class com.atlan.api.AbstractEndpoint
client
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsearch
(SearchLogRequest request) Run the requested search against the search log.search
(SearchLogRequest request, RequestOptions options) Run the requested search against the search log.Methods inherited from class com.atlan.api.AtlasEndpoint
getBaseUrl
Methods inherited from class com.atlan.api.AbstractEndpoint
getBaseUrl
-
Constructor Details
-
SearchLogEndpoint
-
-
Method Details
-
search
Run the requested search against the search log.- Parameters:
request
- detailing the search query, parameters, and so on to run- Returns:
- the results of the search
- Throws:
AtlanException
- on any API interaction problems
-
search
public SearchLogResponse search(SearchLogRequest request, RequestOptions options) throws AtlanException Run the requested search against the search log.- Parameters:
request
- detailing the search query, parameters, and so on to runoptions
- to override default client settings- Returns:
- the results of the search
- Throws:
AtlanException
- on any API interaction problems
-