Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
GetDomainRecordsResponse |
DnsClient.getDomainRecords(GetDomainRecordsRequest request) |
GetDomainRecordsResponse |
Dns.getDomainRecords(GetDomainRecordsRequest request)
Gets a list of all records at the specified zone and domain.
|
Future<GetDomainRecordsResponse> |
DnsAsyncClient.getDomainRecords(GetDomainRecordsRequest request,
AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler) |
Future<GetDomainRecordsResponse> |
DnsAsync.getDomainRecords(GetDomainRecordsRequest request,
AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler)
Gets a list of all records at the specified zone and domain.
|
Iterable<Record> |
DnsPaginators.getDomainRecordsRecordIterator(GetDomainRecordsRequest request)
Creates a new iterable which will iterate over the
Record
objects contained in responses from the getDomainRecords operation. |
Iterable<GetDomainRecordsResponse> |
DnsPaginators.getDomainRecordsResponseIterator(GetDomainRecordsRequest request)
Creates a new iterable which will iterate over the responses received from the
getDomainRecords operation.
|
Modifier and Type | Method and Description |
---|---|
Future<GetDomainRecordsResponse> |
DnsAsyncClient.getDomainRecords(GetDomainRecordsRequest request,
AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler) |
Future<GetDomainRecordsResponse> |
DnsAsync.getDomainRecords(GetDomainRecordsRequest request,
AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler)
Gets a list of all records at the specified zone and domain.
|
Modifier and Type | Method and Description |
---|---|
GetDomainRecordsRequest |
GetDomainRecordsRequest.Builder.build()
Build the instance of GetDomainRecordsRequest as configured by this builder
|
GetDomainRecordsRequest |
GetDomainRecordsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetDomainRecordsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetDomainRecordsRequest.Builder |
GetDomainRecordsRequest.Builder.copy(GetDomainRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.