Uses of Class
com.oracle.bmc.loganalytics.requests.UnsuppressWarningRequest
-
Packages that use UnsuppressWarningRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UnsuppressWarningRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UnsuppressWarningRequest Modifier and Type Method Description UnsuppressWarningResponse
LogAnalytics. unsuppressWarning(UnsuppressWarningRequest request)
Unsupresses a list of warnings.Future<UnsuppressWarningResponse>
LogAnalyticsAsync. unsuppressWarning(UnsuppressWarningRequest request, AsyncHandler<UnsuppressWarningRequest,UnsuppressWarningResponse> handler)
Unsupresses a list of warnings.Future<UnsuppressWarningResponse>
LogAnalyticsAsyncClient. unsuppressWarning(UnsuppressWarningRequest request, AsyncHandler<UnsuppressWarningRequest,UnsuppressWarningResponse> handler)
UnsuppressWarningResponse
LogAnalyticsClient. unsuppressWarning(UnsuppressWarningRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UnsuppressWarningRequest Modifier and Type Method Description Future<UnsuppressWarningResponse>
LogAnalyticsAsync. unsuppressWarning(UnsuppressWarningRequest request, AsyncHandler<UnsuppressWarningRequest,UnsuppressWarningResponse> handler)
Unsupresses a list of warnings.Future<UnsuppressWarningResponse>
LogAnalyticsAsyncClient. unsuppressWarning(UnsuppressWarningRequest request, AsyncHandler<UnsuppressWarningRequest,UnsuppressWarningResponse> handler)
-
Uses of UnsuppressWarningRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UnsuppressWarningRequest Modifier and Type Method Description UnsuppressWarningRequest
UnsuppressWarningRequest.Builder. build()
Build the instance of UnsuppressWarningRequest as configured by this builderUnsuppressWarningRequest
UnsuppressWarningRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UnsuppressWarningRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UnsuppressWarningRequest Modifier and Type Method Description UnsuppressWarningRequest.Builder
UnsuppressWarningRequest.Builder. copy(UnsuppressWarningRequest o)
Copy method to populate the builder with values from the given instance.
-