@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
@Component(value="org.openapitools.client.api.LogStreamApi")
public class LogStreamApi
extends java.lang.Object
Constructor and Description |
---|
LogStreamApi() |
LogStreamApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
LogStream |
activateLogStream(java.lang.String logStreamId)
Activate a Log Stream
Activates a log stream by `logStreamId`
|
PagedList |
activateLogStreamWithPaginationInfo(java.lang.String logStreamId)
Activate a Log Stream
Activates a log stream by `logStreamId`
|
<T> T |
createLogStream(java.lang.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(java.lang.String logStreamId)
Deactivate a Log Stream
Deactivates a log stream by `logStreamId`
|
PagedList |
deactivateLogStreamWithPaginationInfo(java.lang.String logStreamId)
Deactivate a Log Stream
Deactivates a log stream by `logStreamId`
|
void |
deleteLogStream(java.lang.String logStreamId)
Delete a Log Stream
Deletes a log stream by `logStreamId`
|
ApiClient |
getApiClient() |
LogStream |
getLogStream(java.lang.String logStreamId)
Retrieve a Log Stream
Retrieves a log stream by `logStreamId`
|
PagedList |
getLogStreamWithPaginationInfo(java.lang.String logStreamId)
Retrieve a Log Stream
Retrieves a log stream by `logStreamId`
|
java.util.List<LogStream> |
listLogStreams(java.lang.String after,
java.lang.Integer limit,
java.lang.String filter)
List all Log Streams
Lists all log streams.
|
PagedList |
listLogStreamsWithPaginationInfo(java.lang.String after,
java.lang.Integer limit,
java.lang.String filter)
List all Log Streams
Lists all log streams.
|
<T> T |
replaceLogStream(java.lang.Class<?> T,
java.lang.String logStreamId,
LogStream instance)
Replace a Log Stream
Replaces a log stream by `logStreamId`
|
LogStream |
replaceLogStream(java.lang.String logStreamId,
LogStream instance)
Replace a Log Stream
Replaces a log stream by `logStreamId`
|
PagedList |
replaceLogStreamWithPaginationInfo(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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 java.util.List<LogStream> listLogStreams(java.lang.String after, java.lang.Integer limit, java.lang.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(java.lang.String after, java.lang.Integer limit, java.lang.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(java.lang.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(java.lang.Class<?> T, java.lang.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(java.lang.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-2022 Okta. All Rights Reserved.