Class LogStreamApi
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionactivateLogStream(String logStreamId) Activate a Log Stream Activates a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>activateLogStreamWithHttpInfo(String logStreamId) Activate a Log Stream Activates a log stream by `logStreamId`activateLogStreamWithPaginationInfo(String logStreamId) Activate a Log Stream Activates a log stream by `logStreamId`<T> TcreateLogStream(Class<?> T, LogStream instance) Create a Log Stream Creates a new log streamcreateLogStream(LogStream instance) Create a Log Stream Creates a new log streamorg.springframework.http.ResponseEntity<LogStream>createLogStreamWithHttpInfo(LogStream instance) Create a Log Stream Creates a new log streamcreateLogStreamWithPaginationInfo(LogStream instance) Create a Log Stream Creates a new log streamdeactivateLogStream(String logStreamId) Deactivate a Log Stream Deactivates a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>deactivateLogStreamWithHttpInfo(String logStreamId) Deactivate a Log Stream Deactivates a log stream by `logStreamId`deactivateLogStreamWithPaginationInfo(String logStreamId) Deactivate a Log Stream Deactivates a log stream by `logStreamId`voiddeleteLogStream(String logStreamId) Delete a Log Stream Deletes a log stream by `logStreamId`org.springframework.http.ResponseEntity<Void>deleteLogStreamWithHttpInfo(String logStreamId) Delete a Log Stream Deletes a log stream by `logStreamId`getLogStream(String logStreamId) Retrieve a Log Stream Retrieves a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>getLogStreamWithHttpInfo(String logStreamId) Retrieve a Log Stream Retrieves a log stream by `logStreamId`getLogStreamWithPaginationInfo(String logStreamId) Retrieve a Log Stream Retrieves a log stream by `logStreamId`listLogStreams(String after, Integer limit, String filter) List all Log Streams Lists all log streams.listLogStreamsWithHttpInfo(String after, Integer limit, String filter) List all Log Streams Lists all log streams.listLogStreamsWithPaginationInfo(String after, Integer limit, String filter) List all Log Streams Lists all log streams.<T> TreplaceLogStream(Class<?> T, String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`replaceLogStream(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>replaceLogStreamWithHttpInfo(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`replaceLogStreamWithPaginationInfo(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`voidsetApiClient(ApiClient apiClient) 
- 
Constructor Details- 
LogStreamApipublic LogStreamApi()
- 
LogStreamApi
 
- 
- 
Method Details- 
getApiClient
- 
setApiClient
- 
activateLogStreampublic LogStream activateLogStream(String logStreamId) throws org.springframework.web.client.RestClientException Activate a Log Stream Activates a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- LogStream
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
activateLogStreamWithHttpInfopublic org.springframework.http.ResponseEntity<LogStream> activateLogStreamWithHttpInfo(String logStreamId) throws org.springframework.web.client.RestClientException Activate a Log Stream Activates a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
activateLogStreamWithPaginationInfopublic PagedList activateLogStreamWithPaginationInfo(String logStreamId) throws org.springframework.web.client.RestClientException Activate a Log Stream Activates a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createLogStreampublic LogStream createLogStream(LogStream instance) throws org.springframework.web.client.RestClientException Create a Log Stream Creates a new log stream200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- instance- (required)
- Returns:
- LogStream
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createLogStreampublic <T> T createLogStream(Class<?> T, LogStream instance) throws org.springframework.web.client.RestClientException Create a Log Stream Creates a new log stream200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- T- (required) - the assignable return type
- instance- (required)
- Returns:
- T instance
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createLogStreamWithHttpInfopublic org.springframework.http.ResponseEntity<LogStream> createLogStreamWithHttpInfo(LogStream instance) throws org.springframework.web.client.RestClientException Create a Log Stream Creates a new log stream200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- instance- (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
createLogStreamWithPaginationInfopublic PagedList createLogStreamWithPaginationInfo(LogStream instance) throws org.springframework.web.client.RestClientException Create a Log Stream Creates a new log stream200 - Success 400 - Bad Request 403 - Forbidden 429 - Too Many Requests - Parameters:
- instance- (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deactivateLogStreampublic LogStream deactivateLogStream(String logStreamId) throws org.springframework.web.client.RestClientException Deactivate a Log Stream Deactivates a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- LogStream
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deactivateLogStreamWithHttpInfopublic org.springframework.http.ResponseEntity<LogStream> deactivateLogStreamWithHttpInfo(String logStreamId) throws org.springframework.web.client.RestClientException Deactivate a Log Stream Deactivates a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deactivateLogStreamWithPaginationInfopublic PagedList deactivateLogStreamWithPaginationInfo(String logStreamId) throws org.springframework.web.client.RestClientException Deactivate a Log Stream Deactivates a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deleteLogStreampublic void deleteLogStream(String logStreamId) throws org.springframework.web.client.RestClientException Delete a Log Stream Deletes a log stream by `logStreamId`204 - No Content 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
deleteLogStreamWithHttpInfopublic org.springframework.http.ResponseEntity<Void> deleteLogStreamWithHttpInfo(String logStreamId) throws org.springframework.web.client.RestClientException Delete a Log Stream Deletes a log stream by `logStreamId`204 - No Content 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<Void>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getLogStreampublic LogStream getLogStream(String logStreamId) throws org.springframework.web.client.RestClientException Retrieve a Log Stream Retrieves a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- LogStream
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getLogStreamWithHttpInfopublic org.springframework.http.ResponseEntity<LogStream> getLogStreamWithHttpInfo(String logStreamId) throws org.springframework.web.client.RestClientException Retrieve a Log Stream Retrieves a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
getLogStreamWithPaginationInfopublic PagedList getLogStreamWithPaginationInfo(String logStreamId) throws org.springframework.web.client.RestClientException Retrieve a Log Stream Retrieves a log stream by `logStreamId`200 - OK 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
listLogStreamspublic List<LogStream> listLogStreams(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException List all Log Streams Lists all log streams. You can request a paginated list or a subset of Log Streams that match a supported filter expression.200 - OK 403 - Forbidden 429 - Too Many Requests - Parameters:
- 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)
- Returns:
- List<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
listLogStreamsWithHttpInfopublic org.springframework.http.ResponseEntity<List<LogStream>> listLogStreamsWithHttpInfo(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException List all Log Streams Lists all log streams. You can request a paginated list or a subset of Log Streams that match a supported filter expression.200 - OK 403 - Forbidden 429 - Too Many Requests - Parameters:
- 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)
- Returns:
- ResponseEntity<List<LogStream>>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
listLogStreamsWithPaginationInfopublic PagedList listLogStreamsWithPaginationInfo(String after, Integer limit, String filter) throws org.springframework.web.client.RestClientException List all Log Streams Lists all log streams. You can request a paginated list or a subset of Log Streams that match a supported filter expression.200 - OK 403 - Forbidden 429 - Too Many Requests - Parameters:
- 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)
- Returns:
- ResponseEntity<List<LogStream>>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceLogStreampublic LogStream replaceLogStream(String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException Replace a Log Stream Replaces a log stream by `logStreamId`200 - OK 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- instance- (required)
- Returns:
- LogStream
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceLogStreampublic <T> T replaceLogStream(Class<?> T, String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException Replace a Log Stream Replaces a log stream by `logStreamId`200 - OK 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- T- (required) - the assignable return type
- logStreamId- id of the log stream (required)
- instance- (required)
- Returns:
- T instance
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceLogStreamWithHttpInfopublic org.springframework.http.ResponseEntity<LogStream> replaceLogStreamWithHttpInfo(String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException Replace a Log Stream Replaces a log stream by `logStreamId`200 - OK 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- instance- (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
- 
replaceLogStreamWithPaginationInfopublic PagedList replaceLogStreamWithPaginationInfo(String logStreamId, LogStream instance) throws org.springframework.web.client.RestClientException Replace a Log Stream Replaces a log stream by `logStreamId`200 - OK 400 - Bad Request 403 - Forbidden 404 - Not Found 429 - Too Many Requests - Parameters:
- logStreamId- id of the log stream (required)
- instance- (required)
- Returns:
- ResponseEntity<LogStream>
- Throws:
- org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
 
 
-