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