Uses of Class
com.oracle.bmc.cloudguard.responses.GetDetectorRecipeResponse
- 
Packages that use GetDetectorRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses 
- 
- 
Uses of GetDetectorRecipeResponse in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard that return GetDetectorRecipeResponse Modifier and Type Method Description GetDetectorRecipeResponseCloudGuard. getDetectorRecipe(GetDetectorRecipeRequest request)Returns a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.GetDetectorRecipeResponseCloudGuardClient. getDetectorRecipe(GetDetectorRecipeRequest request)Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetDetectorRecipeResponse Modifier and Type Method Description Future<GetDetectorRecipeResponse>CloudGuardAsync. getDetectorRecipe(GetDetectorRecipeRequest request, AsyncHandler<GetDetectorRecipeRequest,GetDetectorRecipeResponse> handler)Returns a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.Future<GetDetectorRecipeResponse>CloudGuardAsyncClient. getDetectorRecipe(GetDetectorRecipeRequest request, AsyncHandler<GetDetectorRecipeRequest,GetDetectorRecipeResponse> handler)
- 
Uses of GetDetectorRecipeResponse in com.oracle.bmc.cloudguard.responsesMethods in com.oracle.bmc.cloudguard.responses that return GetDetectorRecipeResponse Modifier and Type Method Description GetDetectorRecipeResponseGetDetectorRecipeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetDetectorRecipeResponse Modifier and Type Method Description GetDetectorRecipeResponse.BuilderGetDetectorRecipeResponse.Builder. copy(GetDetectorRecipeResponse o)Copy method to populate the builder with values from the given instance.
 
-