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