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.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetSecurityRecipeResponse Modifier and Type Method Description GetSecurityRecipeResponse
CloudGuard. getSecurityRecipe(GetSecurityRecipeRequest request)
Returns a security zone recipe (SecurityRecipe resource) identified by securityRecipeId.GetSecurityRecipeResponse
CloudGuardClient. 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.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetSecurityRecipeResponse Modifier and Type Method Description GetSecurityRecipeResponse
GetSecurityRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetSecurityRecipeResponse Modifier and Type Method Description GetSecurityRecipeResponse.Builder
GetSecurityRecipeResponse.Builder. copy(GetSecurityRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-