Uses of Class
com.oracle.bmc.cloudguard.requests.ListTargetDetectorRecipesRequest
-
Packages that use ListTargetDetectorRecipesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListTargetDetectorRecipesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListTargetDetectorRecipesRequest Modifier and Type Method Description ListTargetDetectorRecipesResponse
CloudGuard. listTargetDetectorRecipes(ListTargetDetectorRecipesRequest request)
Returns a list of all target detector recipes (TargetDetectorRecipe resources) associated with a target (Target resource), identified by targetId.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)
ListTargetDetectorRecipesResponse
CloudGuardClient. listTargetDetectorRecipes(ListTargetDetectorRecipesRequest request)
Iterable<TargetDetectorRecipeSummary>
CloudGuardPaginators. listTargetDetectorRecipesRecordIterator(ListTargetDetectorRecipesRequest request)
Creates a new iterable which will iterate over theTargetDetectorRecipeSummary
objects contained in responses from the listTargetDetectorRecipes operation.Iterable<ListTargetDetectorRecipesResponse>
CloudGuardPaginators. listTargetDetectorRecipesResponseIterator(ListTargetDetectorRecipesRequest request)
Creates a new iterable which will iterate over the responses received from the listTargetDetectorRecipes operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListTargetDetectorRecipesRequest 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 ListTargetDetectorRecipesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListTargetDetectorRecipesRequest Modifier and Type Method Description ListTargetDetectorRecipesRequest
ListTargetDetectorRecipesRequest.Builder. build()
Build the instance of ListTargetDetectorRecipesRequest as configured by this builderListTargetDetectorRecipesRequest
ListTargetDetectorRecipesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTargetDetectorRecipesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListTargetDetectorRecipesRequest Modifier and Type Method Description ListTargetDetectorRecipesRequest.Builder
ListTargetDetectorRecipesRequest.Builder. copy(ListTargetDetectorRecipesRequest o)
Copy method to populate the builder with values from the given instance.
-