Uses of Class
com.oracle.bmc.loganalytics.model.EndpointRequest
-
Packages that use EndpointRequest Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EndpointRequest in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EndpointRequest Modifier and Type Method Description EndpointRequest
EndpointRequest.Builder. build()
EndpointRequest
CredentialEndpoint. getRequest()
EndpointRequest
LogEndpoint. getRequest()
EndpointRequest
LogListEndpoint. getRequest()
Methods in com.oracle.bmc.loganalytics.model with parameters of type EndpointRequest Modifier and Type Method Description EndpointRequest.Builder
EndpointRequest.Builder. copy(EndpointRequest model)
CredentialEndpoint.Builder
CredentialEndpoint.Builder. request(EndpointRequest request)
LogEndpoint.Builder
LogEndpoint.Builder. request(EndpointRequest request)
LogListEndpoint.Builder
LogListEndpoint.Builder. request(EndpointRequest request)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type EndpointRequest Constructor Description CredentialEndpoint(String name, String description, String model, Long endpointId, EndpointRequest request, EndpointResponse response, EndpointProxy proxy)
Deprecated.LogEndpoint(String name, String description, String model, Long endpointId, EndpointRequest request, EndpointResponse response, EndpointCredentials credentials, EndpointProxy proxy, Boolean isEnabled, Boolean isSystem, List<LogAnalyticsProperty> endpointProperties)
Deprecated.LogListEndpoint(String name, String description, String model, Long endpointId, EndpointRequest request, EndpointResponse response, EndpointCredentials credentials, EndpointProxy proxy, Boolean isEnabled, Boolean isSystem, List<LogAnalyticsProperty> endpointProperties)
Deprecated.
-