Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
UpdateZoneRecordsResponse |
Dns.updateZoneRecords(UpdateZoneRecordsRequest request)
Replaces records in the specified zone with the records specified in the request body.
|
UpdateZoneRecordsResponse |
DnsClient.updateZoneRecords(UpdateZoneRecordsRequest request) |
Future<UpdateZoneRecordsResponse> |
DnsAsync.updateZoneRecords(UpdateZoneRecordsRequest request,
AsyncHandler<UpdateZoneRecordsRequest,UpdateZoneRecordsResponse> handler)
Replaces records in the specified zone with the records specified in the request body.
|
Future<UpdateZoneRecordsResponse> |
DnsAsyncClient.updateZoneRecords(UpdateZoneRecordsRequest request,
AsyncHandler<UpdateZoneRecordsRequest,UpdateZoneRecordsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateZoneRecordsResponse> |
DnsAsync.updateZoneRecords(UpdateZoneRecordsRequest request,
AsyncHandler<UpdateZoneRecordsRequest,UpdateZoneRecordsResponse> handler)
Replaces records in the specified zone with the records specified in the request body.
|
Future<UpdateZoneRecordsResponse> |
DnsAsyncClient.updateZoneRecords(UpdateZoneRecordsRequest request,
AsyncHandler<UpdateZoneRecordsRequest,UpdateZoneRecordsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UpdateZoneRecordsRequest |
UpdateZoneRecordsRequest.Builder.build()
Build the instance of UpdateZoneRecordsRequest as configured by this builder
|
UpdateZoneRecordsRequest |
UpdateZoneRecordsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateZoneRecordsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateZoneRecordsRequest.Builder |
UpdateZoneRecordsRequest.Builder.copy(UpdateZoneRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.