Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
UpdateZoneResponse |
Dns.updateZone(UpdateZoneRequest request)
Updates the zone with the specified information.
|
UpdateZoneResponse |
DnsClient.updateZone(UpdateZoneRequest request) |
Modifier and Type | Method and Description |
---|---|
Waiter<UpdateZoneRequest,UpdateZoneResponse> |
DnsWaiters.forUpdateZone(UpdateZoneRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<UpdateZoneRequest,UpdateZoneResponse> |
DnsWaiters.forUpdateZone(UpdateZoneRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Future<UpdateZoneResponse> |
DnsAsync.updateZone(UpdateZoneRequest request,
AsyncHandler<UpdateZoneRequest,UpdateZoneResponse> handler)
Updates the zone with the specified information.
|
Future<UpdateZoneResponse> |
DnsAsyncClient.updateZone(UpdateZoneRequest request,
AsyncHandler<UpdateZoneRequest,UpdateZoneResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateZoneResponse> |
DnsAsync.updateZone(UpdateZoneRequest request,
AsyncHandler<UpdateZoneRequest,UpdateZoneResponse> handler)
Updates the zone with the specified information.
|
Future<UpdateZoneResponse> |
DnsAsyncClient.updateZone(UpdateZoneRequest request,
AsyncHandler<UpdateZoneRequest,UpdateZoneResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UpdateZoneResponse |
UpdateZoneResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdateZoneResponse.Builder |
UpdateZoneResponse.Builder.copy(UpdateZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.