Uses of Class
com.oracle.bmc.cloudguard.responses.ListTargetDetectorRecipesResponse
-
Packages that use ListTargetDetectorRecipesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListTargetDetectorRecipesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListTargetDetectorRecipesResponse Modifier and Type Method Description ListTargetDetectorRecipesResponseCloudGuard. listTargetDetectorRecipes(ListTargetDetectorRecipesRequest request)Returns a list of all target detector recipes (TargetDetectorRecipe resources) associated with a target (Target resource), identified by targetId.ListTargetDetectorRecipesResponseCloudGuardClient. listTargetDetectorRecipes(ListTargetDetectorRecipesRequest request)Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListTargetDetectorRecipesResponse Modifier and Type Method Description Future<ListTargetDetectorRecipesResponse>CloudGuardAsync. listTargetDetectorRecipes(ListTargetDetectorRecipesRequest request, AsyncHandler<ListTargetDetectorRecipesRequest,ListTargetDetectorRecipesResponse> handler)Returns a list of all target detector recipes (TargetDetectorRecipe resources) associated with a target (Target resource), identified by targetId.Future<ListTargetDetectorRecipesResponse>CloudGuardAsyncClient. listTargetDetectorRecipes(ListTargetDetectorRecipesRequest request, AsyncHandler<ListTargetDetectorRecipesRequest,ListTargetDetectorRecipesResponse> handler) -
Uses of ListTargetDetectorRecipesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListTargetDetectorRecipesResponse Modifier and Type Method Description ListTargetDetectorRecipesResponseListTargetDetectorRecipesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListTargetDetectorRecipesResponse Modifier and Type Method Description ListTargetDetectorRecipesResponse.BuilderListTargetDetectorRecipesResponse.Builder. copy(ListTargetDetectorRecipesResponse o)Copy method to populate the builder with values from the given instance.
-