Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsEndpoint
-
Packages that use LogAnalyticsEndpoint Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of LogAnalyticsEndpoint in com.oracle.bmc.loganalytics.model
Subclasses of LogAnalyticsEndpoint in com.oracle.bmc.loganalytics.model Modifier and Type Class Description class
LogListTypeEndpoint
The LOG_LIST type endpoint configuration.class
LogTypeEndpoint
The LOG type endpoint configuration.Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsEndpoint Modifier and Type Method Description List<LogAnalyticsEndpoint>
LogAnalyticsSource. getEndpoints()
An array of REST API endpoints for log collection.List<LogAnalyticsEndpoint>
LogAnalyticsSourceSummary. getEndpoints()
An array of REST API endpoints for log collection.List<LogAnalyticsEndpoint>
UpsertLogAnalyticsSourceDetails. getEndpoints()
An array of REST API endpoints for log collection.Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsEndpoint Modifier and Type Method Description LogAnalyticsSource.Builder
LogAnalyticsSource.Builder. endpoints(List<LogAnalyticsEndpoint> endpoints)
An array of REST API endpoints for log collection.LogAnalyticsSourceSummary.Builder
LogAnalyticsSourceSummary.Builder. endpoints(List<LogAnalyticsEndpoint> endpoints)
An array of REST API endpoints for log collection.UpsertLogAnalyticsSourceDetails.Builder
UpsertLogAnalyticsSourceDetails.Builder. endpoints(List<LogAnalyticsEndpoint> endpoints)
An array of REST API endpoints for log collection. -
Uses of LogAnalyticsEndpoint in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return LogAnalyticsEndpoint Modifier and Type Method Description LogAnalyticsEndpoint
ValidateEndpointRequest. getBody$()
Alternative accessor for the body parameter.LogAnalyticsEndpoint
ValidateEndpointRequest. getValidateEndpointDetails()
Details of the REST endpoint configuration to validate.Methods in com.oracle.bmc.loganalytics.requests with parameters of type LogAnalyticsEndpoint Modifier and Type Method Description ValidateEndpointRequest.Builder
ValidateEndpointRequest.Builder. body$(LogAnalyticsEndpoint body)
Alternative setter for the body parameter.ValidateEndpointRequest.Builder
ValidateEndpointRequest.Builder. validateEndpointDetails(LogAnalyticsEndpoint validateEndpointDetails)
Details of the REST endpoint configuration to validate.
-