@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.LogStreamApi") public class LogStreamApi extends Object
Constructor and Description |
---|
LogStreamApi() |
LogStreamApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
LogStream |
activateLogStream(String logStreamId)
Activate a Log Stream
Activates a log stream by `logStreamId`
|
PagedList |
activateLogStreamWithPaginationInfo(String logStreamId)
Activate a Log Stream
Activates a log stream by `logStreamId`
|
<T> T |
createLogStream(Class<?> T,
LogStream instance)
Create a Log Stream
Creates a new log stream
|
LogStream |
createLogStream(LogStream instance)
Create a Log Stream
Creates a new log stream
|
PagedList |
createLogStreamWithPaginationInfo(LogStream instance)
Create a Log Stream
Creates a new log stream
|
LogStream |
deactivateLogStream(String logStreamId)
Deactivate a Log Stream
Deactivates a log stream by `logStreamId`
|
PagedList |
deactivateLogStreamWithPaginationInfo(String logStreamId)
Deactivate a Log Stream
Deactivates a log stream by `logStreamId`
|
void |
deleteLogStream(String logStreamId)
Delete a Log Stream
Deletes a log stream by `logStreamId`
|
ApiClient |
getApiClient() |
LogStream |
getLogStream(String logStreamId)
Retrieve a Log Stream
Retrieves a log stream by `logStreamId`
|
PagedList |
getLogStreamWithPaginationInfo(String logStreamId)
Retrieve a Log Stream
Retrieves a log stream by `logStreamId`
|
List<LogStream> |
listLogStreams(String after,
Integer limit,
String filter)
List all Log Streams
Lists all log streams.
|
PagedList |
listLogStreamsWithPaginationInfo(String after,
Integer limit,
String filter)
List all Log Streams
Lists all log streams.
|
<T> T |
replaceLogStream(Class<?> T,
String logStreamId,
LogStream instance)
Replace a Log Stream
Replaces a log stream by `logStreamId`
|
LogStream |
replaceLogStream(String logStreamId,
LogStream instance)
Replace a Log Stream
Replaces a log stream by `logStreamId`
|
PagedList |
replaceLogStreamWithPaginationInfo(String logStreamId,
LogStream instance)
Replace a Log Stream
Replaces a log stream by `logStreamId`
|
void |
setApiClient(ApiClient apiClient) |
public LogStreamApi()
@Autowired public LogStreamApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public LogStream activateLogStream(String logStreamId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList activateLogStreamWithPaginationInfo(String logStreamId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic LogStream createLogStream(LogStream instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T createLogStream(Class<?> T, LogStream instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeinstance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList createLogStreamWithPaginationInfo(LogStream instance) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic LogStream deactivateLogStream(String logStreamId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList deactivateLogStreamWithPaginationInfo(String logStreamId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void deleteLogStream(String logStreamId) throws org.springframework.web.client.RestClientException
204 - No Content
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic LogStream getLogStream(String logStreamId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getLogStreamWithPaginationInfo(String logStreamId) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<LogStream> listLogStreams(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)limit
- A limit on the number of objects to return. (optional, default to 20)filter
- SCIM filter expression that filters the results. This expression only supports the `eq` operator on either the `status` or `type`. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList listLogStreamsWithPaginationInfo(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException
200 - OK
403 - Forbidden
429 - Too Many Requests
after
- The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the `Link` response header. See [Pagination](/#pagination) for more information. (optional)limit
- A limit on the number of objects to return. (optional, default to 20)filter
- SCIM filter expression that filters the results. This expression only supports the `eq` operator on either the `status` or `type`. (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic LogStream replaceLogStream(String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceLogStream(Class<?> T, String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typelogStreamId
- id of the log stream (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceLogStreamWithPaginationInfo(String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException
200 - OK
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
logStreamId
- id of the log stream (required)instance
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.