Uses of Class
com.oracle.bmc.cloudguard.responses.ListResponderExecutionsResponse
-
Packages that use ListResponderExecutionsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListResponderExecutionsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListResponderExecutionsResponse Modifier and Type Method Description ListResponderExecutionsResponseCloudGuard. listResponderExecutions(ListResponderExecutionsRequest request)Returns a list of responder executions.ListResponderExecutionsResponseCloudGuardClient. listResponderExecutions(ListResponderExecutionsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListResponderExecutionsResponse Modifier and Type Method Description Future<ListResponderExecutionsResponse>CloudGuardAsync. listResponderExecutions(ListResponderExecutionsRequest request, AsyncHandler<ListResponderExecutionsRequest,ListResponderExecutionsResponse> handler)Returns a list of responder executions.Future<ListResponderExecutionsResponse>CloudGuardAsyncClient. listResponderExecutions(ListResponderExecutionsRequest request, AsyncHandler<ListResponderExecutionsRequest,ListResponderExecutionsResponse> handler)Iterable<ListResponderExecutionsResponse>CloudGuardPaginators. listResponderExecutionsResponseIterator(ListResponderExecutionsRequest request)Creates a new iterable which will iterate over the responses received from the listResponderExecutions operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListResponderExecutionsResponse Modifier and Type Method Description Future<ListResponderExecutionsResponse>CloudGuardAsync. listResponderExecutions(ListResponderExecutionsRequest request, AsyncHandler<ListResponderExecutionsRequest,ListResponderExecutionsResponse> handler)Returns a list of responder executions.Future<ListResponderExecutionsResponse>CloudGuardAsyncClient. listResponderExecutions(ListResponderExecutionsRequest request, AsyncHandler<ListResponderExecutionsRequest,ListResponderExecutionsResponse> handler) -
Uses of ListResponderExecutionsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListResponderExecutionsResponse Modifier and Type Method Description ListResponderExecutionsResponseListResponderExecutionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListResponderExecutionsResponse Modifier and Type Method Description ListResponderExecutionsResponse.BuilderListResponderExecutionsResponse.Builder. copy(ListResponderExecutionsResponse o)Copy method to populate the builder with values from the given instance.
-