Uses of Class
com.oracle.bmc.cloudguard.requests.ListDetectorRecipesRequest
-
Packages that use ListDetectorRecipesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListDetectorRecipesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListDetectorRecipesRequest Modifier and Type Method Description ListDetectorRecipesResponseCloudGuard. listDetectorRecipes(ListDetectorRecipesRequest request)Returns a list of all detector recipes (DetectorRecipe resources) in a compartment, identified by compartmentId.Future<ListDetectorRecipesResponse>CloudGuardAsync. listDetectorRecipes(ListDetectorRecipesRequest request, AsyncHandler<ListDetectorRecipesRequest,ListDetectorRecipesResponse> handler)Returns a list of all detector recipes (DetectorRecipe resources) in a compartment, identified by compartmentId.Future<ListDetectorRecipesResponse>CloudGuardAsyncClient. listDetectorRecipes(ListDetectorRecipesRequest request, AsyncHandler<ListDetectorRecipesRequest,ListDetectorRecipesResponse> handler)ListDetectorRecipesResponseCloudGuardClient. listDetectorRecipes(ListDetectorRecipesRequest request)Iterable<DetectorRecipeSummary>CloudGuardPaginators. listDetectorRecipesRecordIterator(ListDetectorRecipesRequest request)Creates a new iterable which will iterate over theDetectorRecipeSummaryobjects contained in responses from the listDetectorRecipes operation.Iterable<ListDetectorRecipesResponse>CloudGuardPaginators. listDetectorRecipesResponseIterator(ListDetectorRecipesRequest request)Creates a new iterable which will iterate over the responses received from the listDetectorRecipes operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListDetectorRecipesRequest Modifier and Type Method Description Future<ListDetectorRecipesResponse>CloudGuardAsync. listDetectorRecipes(ListDetectorRecipesRequest request, AsyncHandler<ListDetectorRecipesRequest,ListDetectorRecipesResponse> handler)Returns a list of all detector recipes (DetectorRecipe resources) in a compartment, identified by compartmentId.Future<ListDetectorRecipesResponse>CloudGuardAsyncClient. listDetectorRecipes(ListDetectorRecipesRequest request, AsyncHandler<ListDetectorRecipesRequest,ListDetectorRecipesResponse> handler) -
Uses of ListDetectorRecipesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListDetectorRecipesRequest Modifier and Type Method Description ListDetectorRecipesRequestListDetectorRecipesRequest.Builder. build()Build the instance of ListDetectorRecipesRequest as configured by this builderListDetectorRecipesRequestListDetectorRecipesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDetectorRecipesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListDetectorRecipesRequest Modifier and Type Method Description ListDetectorRecipesRequest.BuilderListDetectorRecipesRequest.Builder. copy(ListDetectorRecipesRequest o)Copy method to populate the builder with values from the given instance.
-