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