Uses of Class
com.oracle.bmc.cloudguard.requests.RequestSummarizedTrendProblemsRequest
-
Packages that use RequestSummarizedTrendProblemsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of RequestSummarizedTrendProblemsRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type RequestSummarizedTrendProblemsRequest Modifier and Type Method Description Future<RequestSummarizedTrendProblemsResponse>
CloudGuardAsync. requestSummarizedTrendProblems(RequestSummarizedTrendProblemsRequest request, AsyncHandler<RequestSummarizedTrendProblemsRequest,RequestSummarizedTrendProblemsResponse> handler)
Returns a ProblemTrendAggregationCollection resource for a compartment, identified by compartmentId, for the specified time period.Future<RequestSummarizedTrendProblemsResponse>
CloudGuardAsyncClient. requestSummarizedTrendProblems(RequestSummarizedTrendProblemsRequest request, AsyncHandler<RequestSummarizedTrendProblemsRequest,RequestSummarizedTrendProblemsResponse> handler)
-
Uses of RequestSummarizedTrendProblemsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return RequestSummarizedTrendProblemsRequest Modifier and Type Method Description RequestSummarizedTrendProblemsRequest
RequestSummarizedTrendProblemsRequest.Builder. build()
Build the instance of RequestSummarizedTrendProblemsRequest as configured by this builderRequestSummarizedTrendProblemsRequest
RequestSummarizedTrendProblemsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RequestSummarizedTrendProblemsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type RequestSummarizedTrendProblemsRequest Modifier and Type Method Description RequestSummarizedTrendProblemsRequest.Builder
RequestSummarizedTrendProblemsRequest.Builder. copy(RequestSummarizedTrendProblemsRequest o)
Copy method to populate the builder with values from the given instance.
-