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