Uses of Class
com.oracle.bmc.cloudguard.requests.CreateDetectorRecipeRequest
-
Packages that use CreateDetectorRecipeRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of CreateDetectorRecipeRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type CreateDetectorRecipeRequest Modifier and Type Method Description CreateDetectorRecipeResponse
CloudGuard. createDetectorRecipe(CreateDetectorRecipeRequest request)
Creates a new DetectorRecipe resource.Future<CreateDetectorRecipeResponse>
CloudGuardAsync. createDetectorRecipe(CreateDetectorRecipeRequest request, AsyncHandler<CreateDetectorRecipeRequest,CreateDetectorRecipeResponse> handler)
Creates a new DetectorRecipe resource.Future<CreateDetectorRecipeResponse>
CloudGuardAsyncClient. createDetectorRecipe(CreateDetectorRecipeRequest request, AsyncHandler<CreateDetectorRecipeRequest,CreateDetectorRecipeResponse> handler)
CreateDetectorRecipeResponse
CloudGuardClient. createDetectorRecipe(CreateDetectorRecipeRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateDetectorRecipeRequest Modifier and Type Method Description Future<CreateDetectorRecipeResponse>
CloudGuardAsync. createDetectorRecipe(CreateDetectorRecipeRequest request, AsyncHandler<CreateDetectorRecipeRequest,CreateDetectorRecipeResponse> handler)
Creates a new DetectorRecipe resource.Future<CreateDetectorRecipeResponse>
CloudGuardAsyncClient. createDetectorRecipe(CreateDetectorRecipeRequest request, AsyncHandler<CreateDetectorRecipeRequest,CreateDetectorRecipeResponse> handler)
-
Uses of CreateDetectorRecipeRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return CreateDetectorRecipeRequest Modifier and Type Method Description CreateDetectorRecipeRequest
CreateDetectorRecipeRequest.Builder. build()
Build the instance of CreateDetectorRecipeRequest as configured by this builderCreateDetectorRecipeRequest
CreateDetectorRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDetectorRecipeRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type CreateDetectorRecipeRequest Modifier and Type Method Description CreateDetectorRecipeRequest.Builder
CreateDetectorRecipeRequest.Builder. copy(CreateDetectorRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-