Uses of Class
com.oracle.bmc.dns.requests.ChangeViewCompartmentRequest
-
Packages that use ChangeViewCompartmentRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of ChangeViewCompartmentRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type ChangeViewCompartmentRequest Modifier and Type Method Description Waiter<ChangeViewCompartmentRequest,ChangeViewCompartmentResponse>
DnsWaiters. forChangeViewCompartment(ChangeViewCompartmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeViewCompartmentRequest,ChangeViewCompartmentResponse>
DnsWaiters. forChangeViewCompartment(ChangeViewCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type ChangeViewCompartmentRequest 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 ChangeViewCompartmentRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ChangeViewCompartmentRequest Modifier and Type Method Description ChangeViewCompartmentRequest
ChangeViewCompartmentRequest.Builder. build()
Build the instance of ChangeViewCompartmentRequest as configured by this builderChangeViewCompartmentRequest
ChangeViewCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeViewCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type ChangeViewCompartmentRequest Modifier and Type Method Description ChangeViewCompartmentRequest.Builder
ChangeViewCompartmentRequest.Builder. copy(ChangeViewCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-