Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
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) |
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 |
---|---|
UpdateDomainRecordsRequest |
UpdateDomainRecordsRequest.Builder.build()
Build the instance of UpdateDomainRecordsRequest as configured by this builder
|
UpdateDomainRecordsRequest |
UpdateDomainRecordsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateDomainRecordsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateDomainRecordsRequest.Builder |
UpdateDomainRecordsRequest.Builder.copy(UpdateDomainRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.