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