Uses of Class
com.oracle.bmc.loganalytics.responses.ValidateSourceResponse
-
Packages that use ValidateSourceResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ValidateSourceResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ValidateSourceResponse Modifier and Type Method Description ValidateSourceResponse
LogAnalytics. validateSource(ValidateSourceRequest request)
Checks if the specified input is a valid log source definition.ValidateSourceResponse
LogAnalyticsClient. validateSource(ValidateSourceRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ValidateSourceResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ValidateSourceResponse 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 ValidateSourceResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ValidateSourceResponse Modifier and Type Method Description ValidateSourceResponse
ValidateSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ValidateSourceResponse Modifier and Type Method Description ValidateSourceResponse.Builder
ValidateSourceResponse.Builder. copy(ValidateSourceResponse o)
Copy method to populate the builder with values from the given instance.
-