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