Uses of Class
com.oracle.bmc.cloudguard.requests.ListDetectorsRequest
-
Packages that use ListDetectorsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListDetectorsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListDetectorsRequest Modifier and Type Method Description ListDetectorsResponseCloudGuard. listDetectors(ListDetectorsRequest request)Returns a detector catalog (DetectorCollection resource) with a list of DetectorSummary resources.Future<ListDetectorsResponse>CloudGuardAsync. listDetectors(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler)Returns a detector catalog (DetectorCollection resource) with a list of DetectorSummary resources.Future<ListDetectorsResponse>CloudGuardAsyncClient. listDetectors(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler)ListDetectorsResponseCloudGuardClient. listDetectors(ListDetectorsRequest request)Iterable<DetectorSummary>CloudGuardPaginators. listDetectorsRecordIterator(ListDetectorsRequest request)Creates a new iterable which will iterate over theDetectorSummaryobjects contained in responses from the listDetectors operation.Iterable<ListDetectorsResponse>CloudGuardPaginators. listDetectorsResponseIterator(ListDetectorsRequest request)Creates a new iterable which will iterate over the responses received from the listDetectors operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDetectorsRequest Modifier and Type Method Description Future<ListDetectorsResponse>CloudGuardAsync. listDetectors(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler)Returns a detector catalog (DetectorCollection resource) with a list of DetectorSummary resources.Future<ListDetectorsResponse>CloudGuardAsyncClient. listDetectors(ListDetectorsRequest request, AsyncHandler<ListDetectorsRequest,ListDetectorsResponse> handler) -
Uses of ListDetectorsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListDetectorsRequest Modifier and Type Method Description ListDetectorsRequestListDetectorsRequest.Builder. build()Build the instance of ListDetectorsRequest as configured by this builderListDetectorsRequestListDetectorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDetectorsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListDetectorsRequest Modifier and Type Method Description ListDetectorsRequest.BuilderListDetectorsRequest.Builder. copy(ListDetectorsRequest o)Copy method to populate the builder with values from the given instance.
-