Uses of Class
com.oracle.bmc.loganalytics.model.EndpointProxy
-
Packages that use EndpointProxy Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EndpointProxy in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EndpointProxy Modifier and Type Method Description EndpointProxy
EndpointProxy.Builder. build()
EndpointProxy
CredentialEndpoint. getProxy()
EndpointProxy
LogEndpoint. getProxy()
EndpointProxy
LogListEndpoint. getProxy()
Methods in com.oracle.bmc.loganalytics.model with parameters of type EndpointProxy Modifier and Type Method Description EndpointProxy.Builder
EndpointProxy.Builder. copy(EndpointProxy model)
CredentialEndpoint.Builder
CredentialEndpoint.Builder. proxy(EndpointProxy proxy)
LogEndpoint.Builder
LogEndpoint.Builder. proxy(EndpointProxy proxy)
LogListEndpoint.Builder
LogListEndpoint.Builder. proxy(EndpointProxy proxy)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type EndpointProxy 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.
-