Uses of Class
com.oracle.bmc.cloudguard.responses.RequestSummarizedTrendProblemsResponse
-
Packages that use RequestSummarizedTrendProblemsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of RequestSummarizedTrendProblemsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return RequestSummarizedTrendProblemsResponse Modifier and Type Method Description RequestSummarizedTrendProblemsResponse
CloudGuard. requestSummarizedTrendProblems(RequestSummarizedTrendProblemsRequest request)
Returns a ProblemTrendAggregationCollection resource for a compartment, identified by compartmentId, for the specified time period.RequestSummarizedTrendProblemsResponse
CloudGuardClient. requestSummarizedTrendProblems(RequestSummarizedTrendProblemsRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type RequestSummarizedTrendProblemsResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type RequestSummarizedTrendProblemsResponse 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 RequestSummarizedTrendProblemsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return RequestSummarizedTrendProblemsResponse Modifier and Type Method Description RequestSummarizedTrendProblemsResponse
RequestSummarizedTrendProblemsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type RequestSummarizedTrendProblemsResponse Modifier and Type Method Description RequestSummarizedTrendProblemsResponse.Builder
RequestSummarizedTrendProblemsResponse.Builder. copy(RequestSummarizedTrendProblemsResponse o)
Copy method to populate the builder with values from the given instance.
-