Uses of Class
com.oracle.bmc.loganalytics.requests.ValidateEndpointRequest
-
Packages that use ValidateEndpointRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ValidateEndpointRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ValidateEndpointRequest Modifier and Type Method Description ValidateEndpointResponse
LogAnalytics. validateEndpoint(ValidateEndpointRequest request)
Validates the REST endpoint configuration.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)
ValidateEndpointResponse
LogAnalyticsClient. validateEndpoint(ValidateEndpointRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ValidateEndpointRequest 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 ValidateEndpointRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ValidateEndpointRequest Modifier and Type Method Description ValidateEndpointRequest
ValidateEndpointRequest.Builder. build()
Build the instance of ValidateEndpointRequest as configured by this builderValidateEndpointRequest
ValidateEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ValidateEndpointRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ValidateEndpointRequest Modifier and Type Method Description ValidateEndpointRequest.Builder
ValidateEndpointRequest.Builder. copy(ValidateEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-