Uses of Class
com.oracle.bmc.dns.responses.ChangeZoneCompartmentResponse
- 
Packages that use ChangeZoneCompartmentResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses 
- 
- 
Uses of ChangeZoneCompartmentResponse in com.oracle.bmc.dnsMethods in com.oracle.bmc.dns that return ChangeZoneCompartmentResponse Modifier and Type Method Description ChangeZoneCompartmentResponseDns. changeZoneCompartment(ChangeZoneCompartmentRequest request)Moves a zone into a different compartment.ChangeZoneCompartmentResponseDnsClient. changeZoneCompartment(ChangeZoneCompartmentRequest request)Method parameters in com.oracle.bmc.dns with type arguments of type ChangeZoneCompartmentResponse Modifier and Type Method Description Future<ChangeZoneCompartmentResponse>DnsAsync. changeZoneCompartment(ChangeZoneCompartmentRequest request, AsyncHandler<ChangeZoneCompartmentRequest,ChangeZoneCompartmentResponse> handler)Moves a zone into a different compartment.Future<ChangeZoneCompartmentResponse>DnsAsyncClient. changeZoneCompartment(ChangeZoneCompartmentRequest request, AsyncHandler<ChangeZoneCompartmentRequest,ChangeZoneCompartmentResponse> handler)
- 
Uses of ChangeZoneCompartmentResponse in com.oracle.bmc.dns.responsesMethods in com.oracle.bmc.dns.responses that return ChangeZoneCompartmentResponse Modifier and Type Method Description ChangeZoneCompartmentResponseChangeZoneCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ChangeZoneCompartmentResponse Modifier and Type Method Description ChangeZoneCompartmentResponse.BuilderChangeZoneCompartmentResponse.Builder. copy(ChangeZoneCompartmentResponse o)Copy method to populate the builder with values from the given instance.
 
-