Uses of Class
com.oracle.bmc.cloudguard.responses.RequestSummarizedProblemsResponse
-
Packages that use RequestSummarizedProblemsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of RequestSummarizedProblemsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return RequestSummarizedProblemsResponse Modifier and Type Method Description RequestSummarizedProblemsResponse
CloudGuard. requestSummarizedProblems(RequestSummarizedProblemsRequest request)
Returns the number of problems matching the key-value pairs in dimensionMap.RequestSummarizedProblemsResponse
CloudGuardClient. requestSummarizedProblems(RequestSummarizedProblemsRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type RequestSummarizedProblemsResponse Modifier and Type Method Description Future<RequestSummarizedProblemsResponse>
CloudGuardAsync. requestSummarizedProblems(RequestSummarizedProblemsRequest request, AsyncHandler<RequestSummarizedProblemsRequest,RequestSummarizedProblemsResponse> handler)
Returns the number of problems matching the key-value pairs in dimensionMap.Future<RequestSummarizedProblemsResponse>
CloudGuardAsyncClient. requestSummarizedProblems(RequestSummarizedProblemsRequest request, AsyncHandler<RequestSummarizedProblemsRequest,RequestSummarizedProblemsResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type RequestSummarizedProblemsResponse Modifier and Type Method Description Future<RequestSummarizedProblemsResponse>
CloudGuardAsync. requestSummarizedProblems(RequestSummarizedProblemsRequest request, AsyncHandler<RequestSummarizedProblemsRequest,RequestSummarizedProblemsResponse> handler)
Returns the number of problems matching the key-value pairs in dimensionMap.Future<RequestSummarizedProblemsResponse>
CloudGuardAsyncClient. requestSummarizedProblems(RequestSummarizedProblemsRequest request, AsyncHandler<RequestSummarizedProblemsRequest,RequestSummarizedProblemsResponse> handler)
-
Uses of RequestSummarizedProblemsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return RequestSummarizedProblemsResponse Modifier and Type Method Description RequestSummarizedProblemsResponse
RequestSummarizedProblemsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type RequestSummarizedProblemsResponse Modifier and Type Method Description RequestSummarizedProblemsResponse.Builder
RequestSummarizedProblemsResponse.Builder. copy(RequestSummarizedProblemsResponse o)
Copy method to populate the builder with values from the given instance.
-