Uses of Class
org.openapitools.client.model.LogStream
Packages that use LogStream
-
Uses of LogStream in org.openapitools.client.api
Methods in org.openapitools.client.api that return LogStreamModifier and TypeMethodDescriptionLogStreamApi.activateLogStream
(String logStreamId) Activate a Log Stream Activates a log stream by `logStreamId`LogStreamApi.createLogStream
(LogStream instance) Create a Log Stream Creates a new log streamLogStreamApi.deactivateLogStream
(String logStreamId) Deactivate a Log Stream Deactivates a log stream by `logStreamId`LogStreamApi.getLogStream
(String logStreamId) Retrieve a Log Stream Retrieves a log stream by `logStreamId`LogStreamApi.replaceLogStream
(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`Methods in org.openapitools.client.api that return types with arguments of type LogStreamModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LogStream>
LogStreamApi.activateLogStreamWithHttpInfo
(String logStreamId) Activate a Log Stream Activates a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>
LogStreamApi.createLogStreamWithHttpInfo
(LogStream instance) Create a Log Stream Creates a new log streamorg.springframework.http.ResponseEntity<LogStream>
LogStreamApi.deactivateLogStreamWithHttpInfo
(String logStreamId) Deactivate a Log Stream Deactivates a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>
LogStreamApi.getLogStreamWithHttpInfo
(String logStreamId) Retrieve a Log Stream Retrieves a log stream by `logStreamId`LogStreamApi.listLogStreams
(String after, Integer limit, String filter) List all Log Streams Lists all log streams.LogStreamApi.listLogStreamsWithHttpInfo
(String after, Integer limit, String filter) List all Log Streams Lists all log streams.org.springframework.http.ResponseEntity<LogStream>
LogStreamApi.replaceLogStreamWithHttpInfo
(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`Methods in org.openapitools.client.api with parameters of type LogStreamModifier and TypeMethodDescription<T> T
LogStreamApi.createLogStream
(Class<?> T, LogStream instance) Create a Log Stream Creates a new log streamLogStreamApi.createLogStream
(LogStream instance) Create a Log Stream Creates a new log streamorg.springframework.http.ResponseEntity<LogStream>
LogStreamApi.createLogStreamWithHttpInfo
(LogStream instance) Create a Log Stream Creates a new log streamLogStreamApi.createLogStreamWithPaginationInfo
(LogStream instance) Create a Log Stream Creates a new log stream<T> T
LogStreamApi.replaceLogStream
(Class<?> T, String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`LogStreamApi.replaceLogStream
(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`org.springframework.http.ResponseEntity<LogStream>
LogStreamApi.replaceLogStreamWithHttpInfo
(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId`LogStreamApi.replaceLogStreamWithPaginationInfo
(String logStreamId, LogStream instance) Replace a Log Stream Replaces a log stream by `logStreamId` -
Uses of LogStream in org.openapitools.client.model
Subclasses of LogStream in org.openapitools.client.modelModifier and TypeClassDescriptionclass
LogStreamAwsclass
LogStreamSplunkMethods in org.openapitools.client.model that return LogStreamModifier and TypeMethodDescriptionLogStream.links
(LogStreamLinks links) LogStream.status
(LifecycleStatus status) LogStream.type
(LogStreamType type)