Uses of Class
com.oracle.bmc.loganalytics.model.EndpointResult
-
Packages that use EndpointResult Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EndpointResult in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EndpointResult Modifier and Type Method Description EndpointResult
EndpointResult.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type EndpointResult Modifier and Type Method Description List<EndpointResult>
ValidateEndpointResult. getValidationResults()
Validation results for each specified endpoint.Methods in com.oracle.bmc.loganalytics.model with parameters of type EndpointResult Modifier and Type Method Description EndpointResult.Builder
EndpointResult.Builder. copy(EndpointResult model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type EndpointResult Modifier and Type Method Description ValidateEndpointResult.Builder
ValidateEndpointResult.Builder. validationResults(List<EndpointResult> validationResults)
Validation results for each specified endpoint.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type EndpointResult Constructor Description ValidateEndpointResult(String status, String statusDescription, List<EndpointResult> validationResults)
Deprecated.
-