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.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetDetectorRecipeResponse Modifier and Type Method Description GetDetectorRecipeResponse
CloudGuard. getDetectorRecipe(GetDetectorRecipeRequest request)
Returns a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.GetDetectorRecipeResponse
CloudGuardClient. 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.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetDetectorRecipeResponse Modifier and Type Method Description GetDetectorRecipeResponse
GetDetectorRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetDetectorRecipeResponse Modifier and Type Method Description GetDetectorRecipeResponse.Builder
GetDetectorRecipeResponse.Builder. copy(GetDetectorRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-