Uses of Class
com.oracle.bmc.loganalytics.requests.ValidateSourceRequest
-
Packages that use ValidateSourceRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ValidateSourceRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ValidateSourceRequest Modifier and Type Method Description ValidateSourceResponse
LogAnalytics. validateSource(ValidateSourceRequest request)
Checks if the specified input is a valid log source definition.Future<ValidateSourceResponse>
LogAnalyticsAsync. validateSource(ValidateSourceRequest request, AsyncHandler<ValidateSourceRequest,ValidateSourceResponse> handler)
Checks if the specified input is a valid log source definition.Future<ValidateSourceResponse>
LogAnalyticsAsyncClient. validateSource(ValidateSourceRequest request, AsyncHandler<ValidateSourceRequest,ValidateSourceResponse> handler)
ValidateSourceResponse
LogAnalyticsClient. validateSource(ValidateSourceRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ValidateSourceRequest Modifier and Type Method Description Future<ValidateSourceResponse>
LogAnalyticsAsync. validateSource(ValidateSourceRequest request, AsyncHandler<ValidateSourceRequest,ValidateSourceResponse> handler)
Checks if the specified input is a valid log source definition.Future<ValidateSourceResponse>
LogAnalyticsAsyncClient. validateSource(ValidateSourceRequest request, AsyncHandler<ValidateSourceRequest,ValidateSourceResponse> handler)
-
Uses of ValidateSourceRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ValidateSourceRequest Modifier and Type Method Description ValidateSourceRequest
ValidateSourceRequest.Builder. build()
Build the instance of ValidateSourceRequest as configured by this builderValidateSourceRequest
ValidateSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ValidateSourceRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ValidateSourceRequest Modifier and Type Method Description ValidateSourceRequest.Builder
ValidateSourceRequest.Builder. copy(ValidateSourceRequest o)
Copy method to populate the builder with values from the given instance.
-