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