Uses of Class
com.oracle.bmc.cloudguard.responses.CreateDetectorRecipeResponse
-
Packages that use CreateDetectorRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of CreateDetectorRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return CreateDetectorRecipeResponse Modifier and Type Method Description CreateDetectorRecipeResponse
CloudGuard. createDetectorRecipe(CreateDetectorRecipeRequest request)
Creates a new DetectorRecipe resource.CreateDetectorRecipeResponse
CloudGuardClient. createDetectorRecipe(CreateDetectorRecipeRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type CreateDetectorRecipeResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateDetectorRecipeResponse 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 CreateDetectorRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return CreateDetectorRecipeResponse Modifier and Type Method Description CreateDetectorRecipeResponse
CreateDetectorRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type CreateDetectorRecipeResponse Modifier and Type Method Description CreateDetectorRecipeResponse.Builder
CreateDetectorRecipeResponse.Builder. copy(CreateDetectorRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-