Uses of Class
com.oracle.bmc.cloudguard.requests.RequestSummarizedResponderExecutionsRequest
-
Packages that use RequestSummarizedResponderExecutionsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of RequestSummarizedResponderExecutionsRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type RequestSummarizedResponderExecutionsRequest Modifier and Type Method Description Future<RequestSummarizedResponderExecutionsResponse>
CloudGuardAsync. requestSummarizedResponderExecutions(RequestSummarizedResponderExecutionsRequest request, AsyncHandler<RequestSummarizedResponderExecutionsRequest,RequestSummarizedResponderExecutionsResponse> handler)
Returns the number of responder executions, identified by parameters specified, in a page of ResponderExecutionAggregation resources.Future<RequestSummarizedResponderExecutionsResponse>
CloudGuardAsyncClient. requestSummarizedResponderExecutions(RequestSummarizedResponderExecutionsRequest request, AsyncHandler<RequestSummarizedResponderExecutionsRequest,RequestSummarizedResponderExecutionsResponse> handler)
-
Uses of RequestSummarizedResponderExecutionsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return RequestSummarizedResponderExecutionsRequest Modifier and Type Method Description RequestSummarizedResponderExecutionsRequest
RequestSummarizedResponderExecutionsRequest.Builder. build()
Build the instance of RequestSummarizedResponderExecutionsRequest as configured by this builderRequestSummarizedResponderExecutionsRequest
RequestSummarizedResponderExecutionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RequestSummarizedResponderExecutionsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type RequestSummarizedResponderExecutionsRequest Modifier and Type Method Description RequestSummarizedResponderExecutionsRequest.Builder
RequestSummarizedResponderExecutionsRequest.Builder. copy(RequestSummarizedResponderExecutionsRequest o)
Copy method to populate the builder with values from the given instance.
-