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