Uses of Class
com.oracle.bmc.cloudguard.requests.ChangeSecurityRecipeCompartmentRequest
-
Packages that use ChangeSecurityRecipeCompartmentRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ChangeSecurityRecipeCompartmentRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ChangeSecurityRecipeCompartmentRequest 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 ChangeSecurityRecipeCompartmentRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ChangeSecurityRecipeCompartmentRequest Modifier and Type Method Description ChangeSecurityRecipeCompartmentRequest
ChangeSecurityRecipeCompartmentRequest.Builder. build()
Build the instance of ChangeSecurityRecipeCompartmentRequest as configured by this builderChangeSecurityRecipeCompartmentRequest
ChangeSecurityRecipeCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSecurityRecipeCompartmentRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ChangeSecurityRecipeCompartmentRequest Modifier and Type Method Description ChangeSecurityRecipeCompartmentRequest.Builder
ChangeSecurityRecipeCompartmentRequest.Builder. copy(ChangeSecurityRecipeCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-