Uses of Class
com.oracle.bmc.cloudguard.responses.CreateTargetResponderRecipeResponse
-
Packages that use CreateTargetResponderRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of CreateTargetResponderRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return CreateTargetResponderRecipeResponse Modifier and Type Method Description CreateTargetResponderRecipeResponse
CloudGuard. createTargetResponderRecipe(CreateTargetResponderRecipeRequest request)
Attaches a responder recipe to a target.CreateTargetResponderRecipeResponse
CloudGuardClient. createTargetResponderRecipe(CreateTargetResponderRecipeRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type CreateTargetResponderRecipeResponse Modifier and Type Method Description Future<CreateTargetResponderRecipeResponse>
CloudGuardAsync. createTargetResponderRecipe(CreateTargetResponderRecipeRequest request, AsyncHandler<CreateTargetResponderRecipeRequest,CreateTargetResponderRecipeResponse> handler)
Attaches a responder recipe to a target.Future<CreateTargetResponderRecipeResponse>
CloudGuardAsyncClient. createTargetResponderRecipe(CreateTargetResponderRecipeRequest request, AsyncHandler<CreateTargetResponderRecipeRequest,CreateTargetResponderRecipeResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateTargetResponderRecipeResponse Modifier and Type Method Description Future<CreateTargetResponderRecipeResponse>
CloudGuardAsync. createTargetResponderRecipe(CreateTargetResponderRecipeRequest request, AsyncHandler<CreateTargetResponderRecipeRequest,CreateTargetResponderRecipeResponse> handler)
Attaches a responder recipe to a target.Future<CreateTargetResponderRecipeResponse>
CloudGuardAsyncClient. createTargetResponderRecipe(CreateTargetResponderRecipeRequest request, AsyncHandler<CreateTargetResponderRecipeRequest,CreateTargetResponderRecipeResponse> handler)
-
Uses of CreateTargetResponderRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return CreateTargetResponderRecipeResponse Modifier and Type Method Description CreateTargetResponderRecipeResponse
CreateTargetResponderRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type CreateTargetResponderRecipeResponse Modifier and Type Method Description CreateTargetResponderRecipeResponse.Builder
CreateTargetResponderRecipeResponse.Builder. copy(CreateTargetResponderRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-