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 ListDetectorRecipesResponse
CloudGuard. 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)
ListDetectorRecipesResponse
CloudGuardClient. listDetectorRecipes(ListDetectorRecipesRequest request)
Iterable<DetectorRecipeSummary>
CloudGuardPaginators. listDetectorRecipesRecordIterator(ListDetectorRecipesRequest request)
Creates a new iterable which will iterate over theDetectorRecipeSummary
objects 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 ListDetectorRecipesRequest
ListDetectorRecipesRequest.Builder. build()
Build the instance of ListDetectorRecipesRequest as configured by this builderListDetectorRecipesRequest
ListDetectorRecipesRequest.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.Builder
ListDetectorRecipesRequest.Builder. copy(ListDetectorRecipesRequest o)
Copy method to populate the builder with values from the given instance.
-