Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
UpdateDomainRecordsResponse |
Dns.updateDomainRecords(UpdateDomainRecordsRequest request)
Replaces records in the specified zone at a domain with the records specified in the request
body.
|
UpdateDomainRecordsResponse |
DnsClient.updateDomainRecords(UpdateDomainRecordsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateDomainRecordsResponse> |
DnsAsync.updateDomainRecords(UpdateDomainRecordsRequest request,
AsyncHandler<UpdateDomainRecordsRequest,UpdateDomainRecordsResponse> handler)
Replaces records in the specified zone at a domain with the records specified in the request
body.
|
Future<UpdateDomainRecordsResponse> |
DnsAsyncClient.updateDomainRecords(UpdateDomainRecordsRequest request,
AsyncHandler<UpdateDomainRecordsRequest,UpdateDomainRecordsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateDomainRecordsResponse> |
DnsAsync.updateDomainRecords(UpdateDomainRecordsRequest request,
AsyncHandler<UpdateDomainRecordsRequest,UpdateDomainRecordsResponse> handler)
Replaces records in the specified zone at a domain with the records specified in the request
body.
|
Future<UpdateDomainRecordsResponse> |
DnsAsyncClient.updateDomainRecords(UpdateDomainRecordsRequest request,
AsyncHandler<UpdateDomainRecordsRequest,UpdateDomainRecordsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
UpdateDomainRecordsResponse |
UpdateDomainRecordsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
UpdateDomainRecordsResponse.Builder |
UpdateDomainRecordsResponse.Builder.copy(UpdateDomainRecordsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.