Uses of Class
com.oracle.bmc.dns.responses.ChangeViewCompartmentResponse
-
Packages that use ChangeViewCompartmentResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of ChangeViewCompartmentResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return ChangeViewCompartmentResponse Modifier and Type Method Description ChangeViewCompartmentResponse
Dns. changeViewCompartment(ChangeViewCompartmentRequest request)
Moves a view into a different compartment.ChangeViewCompartmentResponse
DnsClient. changeViewCompartment(ChangeViewCompartmentRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type ChangeViewCompartmentResponse Modifier and Type Method Description Future<ChangeViewCompartmentResponse>
DnsAsync. changeViewCompartment(ChangeViewCompartmentRequest request, AsyncHandler<ChangeViewCompartmentRequest,ChangeViewCompartmentResponse> handler)
Moves a view into a different compartment.Future<ChangeViewCompartmentResponse>
DnsAsyncClient. changeViewCompartment(ChangeViewCompartmentRequest request, AsyncHandler<ChangeViewCompartmentRequest,ChangeViewCompartmentResponse> handler)
-
Uses of ChangeViewCompartmentResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return ChangeViewCompartmentResponse Modifier and Type Method Description ChangeViewCompartmentResponse
ChangeViewCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ChangeViewCompartmentResponse Modifier and Type Method Description ChangeViewCompartmentResponse.Builder
ChangeViewCompartmentResponse.Builder. copy(ChangeViewCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-