Uses of Class
com.oracle.bmc.cloudguard.requests.CreateTargetDetectorRecipeRequest
-
Packages that use CreateTargetDetectorRecipeRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of CreateTargetDetectorRecipeRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateTargetDetectorRecipeRequest 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 CreateTargetDetectorRecipeRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return CreateTargetDetectorRecipeRequest Modifier and Type Method Description CreateTargetDetectorRecipeRequest
CreateTargetDetectorRecipeRequest.Builder. build()
Build the instance of CreateTargetDetectorRecipeRequest as configured by this builderCreateTargetDetectorRecipeRequest
CreateTargetDetectorRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTargetDetectorRecipeRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type CreateTargetDetectorRecipeRequest Modifier and Type Method Description CreateTargetDetectorRecipeRequest.Builder
CreateTargetDetectorRecipeRequest.Builder. copy(CreateTargetDetectorRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-