Uses of Class
com.oracle.bmc.cloudguard.requests.RequestSummarizedProblemsRequest
-
Packages that use RequestSummarizedProblemsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of RequestSummarizedProblemsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type RequestSummarizedProblemsRequest Modifier and Type Method Description RequestSummarizedProblemsResponse
CloudGuard. requestSummarizedProblems(RequestSummarizedProblemsRequest request)
Returns the number of problems matching the key-value pairs in dimensionMap.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)
RequestSummarizedProblemsResponse
CloudGuardClient. requestSummarizedProblems(RequestSummarizedProblemsRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type RequestSummarizedProblemsRequest 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 RequestSummarizedProblemsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return RequestSummarizedProblemsRequest Modifier and Type Method Description RequestSummarizedProblemsRequest
RequestSummarizedProblemsRequest.Builder. build()
Build the instance of RequestSummarizedProblemsRequest as configured by this builderRequestSummarizedProblemsRequest
RequestSummarizedProblemsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RequestSummarizedProblemsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type RequestSummarizedProblemsRequest Modifier and Type Method Description RequestSummarizedProblemsRequest.Builder
RequestSummarizedProblemsRequest.Builder. copy(RequestSummarizedProblemsRequest o)
Copy method to populate the builder with values from the given instance.
-