Uses of Class
com.oracle.bmc.cloudguard.requests.ChangeDetectorRecipeCompartmentRequest
-
Packages that use ChangeDetectorRecipeCompartmentRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ChangeDetectorRecipeCompartmentRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ChangeDetectorRecipeCompartmentRequest Modifier and Type Method Description Future<ChangeDetectorRecipeCompartmentResponse>
CloudGuardAsync. changeDetectorRecipeCompartment(ChangeDetectorRecipeCompartmentRequest request, AsyncHandler<ChangeDetectorRecipeCompartmentRequest,ChangeDetectorRecipeCompartmentResponse> handler)
Moves the detector recipe (DetectorRecipe resource), identified by detectorRecipeId, from the current compartment to another compartment.Future<ChangeDetectorRecipeCompartmentResponse>
CloudGuardAsyncClient. changeDetectorRecipeCompartment(ChangeDetectorRecipeCompartmentRequest request, AsyncHandler<ChangeDetectorRecipeCompartmentRequest,ChangeDetectorRecipeCompartmentResponse> handler)
-
Uses of ChangeDetectorRecipeCompartmentRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ChangeDetectorRecipeCompartmentRequest Modifier and Type Method Description ChangeDetectorRecipeCompartmentRequest
ChangeDetectorRecipeCompartmentRequest.Builder. build()
Build the instance of ChangeDetectorRecipeCompartmentRequest as configured by this builderChangeDetectorRecipeCompartmentRequest
ChangeDetectorRecipeCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDetectorRecipeCompartmentRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ChangeDetectorRecipeCompartmentRequest Modifier and Type Method Description ChangeDetectorRecipeCompartmentRequest.Builder
ChangeDetectorRecipeCompartmentRequest.Builder. copy(ChangeDetectorRecipeCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-