Uses of Class
com.oracle.bmc.cloudguard.responses.ChangeSecurityRecipeCompartmentResponse
-
Packages that use ChangeSecurityRecipeCompartmentResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ChangeSecurityRecipeCompartmentResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ChangeSecurityRecipeCompartmentResponse Modifier and Type Method Description ChangeSecurityRecipeCompartmentResponse
CloudGuard. changeSecurityRecipeCompartment(ChangeSecurityRecipeCompartmentRequest request)
Moves the security recipe (SecurityRecipe resource), identified by securityRecipeId, from the current compartment to another compartment.ChangeSecurityRecipeCompartmentResponse
CloudGuardClient. changeSecurityRecipeCompartment(ChangeSecurityRecipeCompartmentRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ChangeSecurityRecipeCompartmentResponse Modifier and Type Method Description Future<ChangeSecurityRecipeCompartmentResponse>
CloudGuardAsync. changeSecurityRecipeCompartment(ChangeSecurityRecipeCompartmentRequest request, AsyncHandler<ChangeSecurityRecipeCompartmentRequest,ChangeSecurityRecipeCompartmentResponse> handler)
Moves the security recipe (SecurityRecipe resource), identified by securityRecipeId, from the current compartment to another compartment.Future<ChangeSecurityRecipeCompartmentResponse>
CloudGuardAsyncClient. changeSecurityRecipeCompartment(ChangeSecurityRecipeCompartmentRequest request, AsyncHandler<ChangeSecurityRecipeCompartmentRequest,ChangeSecurityRecipeCompartmentResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ChangeSecurityRecipeCompartmentResponse Modifier and Type Method Description Future<ChangeSecurityRecipeCompartmentResponse>
CloudGuardAsync. changeSecurityRecipeCompartment(ChangeSecurityRecipeCompartmentRequest request, AsyncHandler<ChangeSecurityRecipeCompartmentRequest,ChangeSecurityRecipeCompartmentResponse> handler)
Moves the security recipe (SecurityRecipe resource), identified by securityRecipeId, from the current compartment to another compartment.Future<ChangeSecurityRecipeCompartmentResponse>
CloudGuardAsyncClient. changeSecurityRecipeCompartment(ChangeSecurityRecipeCompartmentRequest request, AsyncHandler<ChangeSecurityRecipeCompartmentRequest,ChangeSecurityRecipeCompartmentResponse> handler)
-
Uses of ChangeSecurityRecipeCompartmentResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ChangeSecurityRecipeCompartmentResponse Modifier and Type Method Description ChangeSecurityRecipeCompartmentResponse
ChangeSecurityRecipeCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ChangeSecurityRecipeCompartmentResponse Modifier and Type Method Description ChangeSecurityRecipeCompartmentResponse.Builder
ChangeSecurityRecipeCompartmentResponse.Builder. copy(ChangeSecurityRecipeCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-