Uses of Class
com.oracle.bmc.cloudguard.requests.RemoveCompartmentRequest
-
Packages that use RemoveCompartmentRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of RemoveCompartmentRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type RemoveCompartmentRequest Modifier and Type Method Description RemoveCompartmentResponse
CloudGuard. removeCompartment(RemoveCompartmentRequest request)
Removes a compartment from a security zone (SecurityZone resource), identified by securityZoneId.Future<RemoveCompartmentResponse>
CloudGuardAsync. removeCompartment(RemoveCompartmentRequest request, AsyncHandler<RemoveCompartmentRequest,RemoveCompartmentResponse> handler)
Removes a compartment from a security zone (SecurityZone resource), identified by securityZoneId.Future<RemoveCompartmentResponse>
CloudGuardAsyncClient. removeCompartment(RemoveCompartmentRequest request, AsyncHandler<RemoveCompartmentRequest,RemoveCompartmentResponse> handler)
RemoveCompartmentResponse
CloudGuardClient. removeCompartment(RemoveCompartmentRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type RemoveCompartmentRequest Modifier and Type Method Description Future<RemoveCompartmentResponse>
CloudGuardAsync. removeCompartment(RemoveCompartmentRequest request, AsyncHandler<RemoveCompartmentRequest,RemoveCompartmentResponse> handler)
Removes a compartment from a security zone (SecurityZone resource), identified by securityZoneId.Future<RemoveCompartmentResponse>
CloudGuardAsyncClient. removeCompartment(RemoveCompartmentRequest request, AsyncHandler<RemoveCompartmentRequest,RemoveCompartmentResponse> handler)
-
Uses of RemoveCompartmentRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return RemoveCompartmentRequest Modifier and Type Method Description RemoveCompartmentRequest
RemoveCompartmentRequest.Builder. build()
Build the instance of RemoveCompartmentRequest as configured by this builderRemoveCompartmentRequest
RemoveCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveCompartmentRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type RemoveCompartmentRequest Modifier and Type Method Description RemoveCompartmentRequest.Builder
RemoveCompartmentRequest.Builder. copy(RemoveCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-