Uses of Class
com.oracle.bmc.cloudguard.requests.CreateResponderRecipeRequest
-
Packages that use CreateResponderRecipeRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of CreateResponderRecipeRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type CreateResponderRecipeRequest Modifier and Type Method Description CreateResponderRecipeResponse
CloudGuard. createResponderRecipe(CreateResponderRecipeRequest request)
Creates a responder recipe (ResponderRecipe resource), from values passed in a CreateResponderRecipeDetails resource.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)
CreateResponderRecipeResponse
CloudGuardClient. createResponderRecipe(CreateResponderRecipeRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type CreateResponderRecipeRequest 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 CreateResponderRecipeRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return CreateResponderRecipeRequest Modifier and Type Method Description CreateResponderRecipeRequest
CreateResponderRecipeRequest.Builder. build()
Build the instance of CreateResponderRecipeRequest as configured by this builderCreateResponderRecipeRequest
CreateResponderRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateResponderRecipeRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type CreateResponderRecipeRequest Modifier and Type Method Description CreateResponderRecipeRequest.Builder
CreateResponderRecipeRequest.Builder. copy(CreateResponderRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-