Uses of Class
com.oracle.bmc.loganalytics.responses.ValidateEndpointResponse
-
Packages that use ValidateEndpointResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ValidateEndpointResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ValidateEndpointResponse Modifier and Type Method Description ValidateEndpointResponse
LogAnalytics. validateEndpoint(ValidateEndpointRequest request)
Validates the REST endpoint configuration.ValidateEndpointResponse
LogAnalyticsClient. validateEndpoint(ValidateEndpointRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ValidateEndpointResponse Modifier and Type Method Description Future<ValidateEndpointResponse>
LogAnalyticsAsync. validateEndpoint(ValidateEndpointRequest request, AsyncHandler<ValidateEndpointRequest,ValidateEndpointResponse> handler)
Validates the REST endpoint configuration.Future<ValidateEndpointResponse>
LogAnalyticsAsyncClient. validateEndpoint(ValidateEndpointRequest request, AsyncHandler<ValidateEndpointRequest,ValidateEndpointResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ValidateEndpointResponse Modifier and Type Method Description Future<ValidateEndpointResponse>
LogAnalyticsAsync. validateEndpoint(ValidateEndpointRequest request, AsyncHandler<ValidateEndpointRequest,ValidateEndpointResponse> handler)
Validates the REST endpoint configuration.Future<ValidateEndpointResponse>
LogAnalyticsAsyncClient. validateEndpoint(ValidateEndpointRequest request, AsyncHandler<ValidateEndpointRequest,ValidateEndpointResponse> handler)
-
Uses of ValidateEndpointResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ValidateEndpointResponse Modifier and Type Method Description ValidateEndpointResponse
ValidateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ValidateEndpointResponse Modifier and Type Method Description ValidateEndpointResponse.Builder
ValidateEndpointResponse.Builder. copy(ValidateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-