Uses of Class
com.oracle.bmc.cloudguard.responses.GetSecurityRecipeResponse
- 
Packages that use GetSecurityRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses 
- 
- 
Uses of GetSecurityRecipeResponse in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard that return GetSecurityRecipeResponse Modifier and Type Method Description GetSecurityRecipeResponseCloudGuard. getSecurityRecipe(GetSecurityRecipeRequest request)Returns a security zone recipe (SecurityRecipe resource) identified by securityRecipeId.GetSecurityRecipeResponseCloudGuardClient. getSecurityRecipe(GetSecurityRecipeRequest request)Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetSecurityRecipeResponse Modifier and Type Method Description Future<GetSecurityRecipeResponse>CloudGuardAsync. getSecurityRecipe(GetSecurityRecipeRequest request, AsyncHandler<GetSecurityRecipeRequest,GetSecurityRecipeResponse> handler)Returns a security zone recipe (SecurityRecipe resource) identified by securityRecipeId.Future<GetSecurityRecipeResponse>CloudGuardAsyncClient. getSecurityRecipe(GetSecurityRecipeRequest request, AsyncHandler<GetSecurityRecipeRequest,GetSecurityRecipeResponse> handler)
- 
Uses of GetSecurityRecipeResponse in com.oracle.bmc.cloudguard.responsesMethods in com.oracle.bmc.cloudguard.responses that return GetSecurityRecipeResponse Modifier and Type Method Description GetSecurityRecipeResponseGetSecurityRecipeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetSecurityRecipeResponse Modifier and Type Method Description GetSecurityRecipeResponse.BuilderGetSecurityRecipeResponse.Builder. copy(GetSecurityRecipeResponse o)Copy method to populate the builder with values from the given instance.
 
-