Uses of Class
com.oracle.bmc.cloudguard.responses.ChangeSecurityZoneCompartmentResponse
-
Packages that use ChangeSecurityZoneCompartmentResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ChangeSecurityZoneCompartmentResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ChangeSecurityZoneCompartmentResponse Modifier and Type Method Description ChangeSecurityZoneCompartmentResponse
CloudGuard. changeSecurityZoneCompartment(ChangeSecurityZoneCompartmentRequest request)
Moves a security zone, identified by securityZoneId, to a different compartment.ChangeSecurityZoneCompartmentResponse
CloudGuardClient. changeSecurityZoneCompartment(ChangeSecurityZoneCompartmentRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ChangeSecurityZoneCompartmentResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ChangeSecurityZoneCompartmentResponse 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 ChangeSecurityZoneCompartmentResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ChangeSecurityZoneCompartmentResponse Modifier and Type Method Description ChangeSecurityZoneCompartmentResponse
ChangeSecurityZoneCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ChangeSecurityZoneCompartmentResponse Modifier and Type Method Description ChangeSecurityZoneCompartmentResponse.Builder
ChangeSecurityZoneCompartmentResponse.Builder. copy(ChangeSecurityZoneCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-