Uses of Class
com.oracle.bmc.cloudguard.responses.CreateTargetDetectorRecipeResponse
-
Packages that use CreateTargetDetectorRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of CreateTargetDetectorRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return CreateTargetDetectorRecipeResponse Modifier and Type Method Description CreateTargetDetectorRecipeResponse
CloudGuard. createTargetDetectorRecipe(CreateTargetDetectorRecipeRequest request)
Attaches a DetectorRecipe to a target (Target resource) identified by targetId, using parameters passed in a TargetAttachTargetDetectorRecipeDetails resource.CreateTargetDetectorRecipeResponse
CloudGuardClient. createTargetDetectorRecipe(CreateTargetDetectorRecipeRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type CreateTargetDetectorRecipeResponse Modifier and Type Method Description Future<CreateTargetDetectorRecipeResponse>
CloudGuardAsync. createTargetDetectorRecipe(CreateTargetDetectorRecipeRequest request, AsyncHandler<CreateTargetDetectorRecipeRequest,CreateTargetDetectorRecipeResponse> handler)
Attaches a DetectorRecipe to a target (Target resource) identified by targetId, using parameters passed in a TargetAttachTargetDetectorRecipeDetails resource.Future<CreateTargetDetectorRecipeResponse>
CloudGuardAsyncClient. createTargetDetectorRecipe(CreateTargetDetectorRecipeRequest request, AsyncHandler<CreateTargetDetectorRecipeRequest,CreateTargetDetectorRecipeResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateTargetDetectorRecipeResponse Modifier and Type Method Description Future<CreateTargetDetectorRecipeResponse>
CloudGuardAsync. createTargetDetectorRecipe(CreateTargetDetectorRecipeRequest request, AsyncHandler<CreateTargetDetectorRecipeRequest,CreateTargetDetectorRecipeResponse> handler)
Attaches a DetectorRecipe to a target (Target resource) identified by targetId, using parameters passed in a TargetAttachTargetDetectorRecipeDetails resource.Future<CreateTargetDetectorRecipeResponse>
CloudGuardAsyncClient. createTargetDetectorRecipe(CreateTargetDetectorRecipeRequest request, AsyncHandler<CreateTargetDetectorRecipeRequest,CreateTargetDetectorRecipeResponse> handler)
-
Uses of CreateTargetDetectorRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return CreateTargetDetectorRecipeResponse Modifier and Type Method Description CreateTargetDetectorRecipeResponse
CreateTargetDetectorRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type CreateTargetDetectorRecipeResponse Modifier and Type Method Description CreateTargetDetectorRecipeResponse.Builder
CreateTargetDetectorRecipeResponse.Builder. copy(CreateTargetDetectorRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-