Uses of Class
com.oracle.bmc.cloudguard.responses.ListDetectorsResponse
-
Packages that use ListDetectorsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListDetectorsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListDetectorsResponse Modifier and Type Method Description ListDetectorsResponseCloudGuard. listDetectors(ListDetectorsRequest request)Returns a detector catalog (DetectorCollection resource) with a list of DetectorSummary resources.ListDetectorsResponseCloudGuardClient. listDetectors(ListDetectorsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListDetectorsResponse 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)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 ListDetectorsResponse 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 ListDetectorsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListDetectorsResponse Modifier and Type Method Description ListDetectorsResponseListDetectorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListDetectorsResponse Modifier and Type Method Description ListDetectorsResponse.BuilderListDetectorsResponse.Builder. copy(ListDetectorsResponse o)Copy method to populate the builder with values from the given instance.
-