Uses of Class
com.oracle.bmc.cloudguard.responses.ListDetectorRecipesResponse
-
Packages that use ListDetectorRecipesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListDetectorRecipesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListDetectorRecipesResponse Modifier and Type Method Description ListDetectorRecipesResponseCloudGuard. listDetectorRecipes(ListDetectorRecipesRequest request)Returns a list of all detector recipes (DetectorRecipe resources) in a compartment, identified by compartmentId.ListDetectorRecipesResponseCloudGuardClient. listDetectorRecipes(ListDetectorRecipesRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListDetectorRecipesResponse 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)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 ListDetectorRecipesResponse 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 ListDetectorRecipesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListDetectorRecipesResponse Modifier and Type Method Description ListDetectorRecipesResponseListDetectorRecipesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListDetectorRecipesResponse Modifier and Type Method Description ListDetectorRecipesResponse.BuilderListDetectorRecipesResponse.Builder. copy(ListDetectorRecipesResponse o)Copy method to populate the builder with values from the given instance.
-