Uses of Class
com.oracle.bmc.cloudguard.responses.GetTargetDetectorRecipeResponse
-
Packages that use GetTargetDetectorRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetTargetDetectorRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetTargetDetectorRecipeResponse Modifier and Type Method Description GetTargetDetectorRecipeResponse
CloudGuard. getTargetDetectorRecipe(GetTargetDetectorRecipeRequest request)
Returns a target detector recipe (TargetDetectorRecipe resource) identified by targetDetectorRecipeId.GetTargetDetectorRecipeResponse
CloudGuardClient. getTargetDetectorRecipe(GetTargetDetectorRecipeRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetTargetDetectorRecipeResponse Modifier and Type Method Description Future<GetTargetDetectorRecipeResponse>
CloudGuardAsync. getTargetDetectorRecipe(GetTargetDetectorRecipeRequest request, AsyncHandler<GetTargetDetectorRecipeRequest,GetTargetDetectorRecipeResponse> handler)
Returns a target detector recipe (TargetDetectorRecipe resource) identified by targetDetectorRecipeId.Future<GetTargetDetectorRecipeResponse>
CloudGuardAsyncClient. getTargetDetectorRecipe(GetTargetDetectorRecipeRequest request, AsyncHandler<GetTargetDetectorRecipeRequest,GetTargetDetectorRecipeResponse> handler)
-
Uses of GetTargetDetectorRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetTargetDetectorRecipeResponse Modifier and Type Method Description GetTargetDetectorRecipeResponse
GetTargetDetectorRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetTargetDetectorRecipeResponse Modifier and Type Method Description GetTargetDetectorRecipeResponse.Builder
GetTargetDetectorRecipeResponse.Builder. copy(GetTargetDetectorRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-