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.dns
Methods in com.oracle.bmc.dns that return ChangeZoneCompartmentResponse Modifier and Type Method Description ChangeZoneCompartmentResponse
Dns. changeZoneCompartment(ChangeZoneCompartmentRequest request)
Moves a zone into a different compartment.ChangeZoneCompartmentResponse
DnsClient. 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.responses
Methods in com.oracle.bmc.dns.responses that return ChangeZoneCompartmentResponse Modifier and Type Method Description ChangeZoneCompartmentResponse
ChangeZoneCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ChangeZoneCompartmentResponse Modifier and Type Method Description ChangeZoneCompartmentResponse.Builder
ChangeZoneCompartmentResponse.Builder. copy(ChangeZoneCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-