Uses of Class
com.oracle.bmc.dns.responses.GetZoneRecordsResponse
-
Packages that use GetZoneRecordsResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of GetZoneRecordsResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return GetZoneRecordsResponse Modifier and Type Method Description GetZoneRecordsResponse
Dns. getZoneRecords(GetZoneRecordsRequest request)
Gets all records in the specified zone.GetZoneRecordsResponse
DnsClient. getZoneRecords(GetZoneRecordsRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type GetZoneRecordsResponse Modifier and Type Method Description Future<GetZoneRecordsResponse>
DnsAsync. getZoneRecords(GetZoneRecordsRequest request, AsyncHandler<GetZoneRecordsRequest,GetZoneRecordsResponse> handler)
Gets all records in the specified zone.Future<GetZoneRecordsResponse>
DnsAsyncClient. getZoneRecords(GetZoneRecordsRequest request, AsyncHandler<GetZoneRecordsRequest,GetZoneRecordsResponse> handler)
Iterable<GetZoneRecordsResponse>
DnsPaginators. getZoneRecordsResponseIterator(GetZoneRecordsRequest request)
Creates a new iterable which will iterate over the responses received from the getZoneRecords operation.Method parameters in com.oracle.bmc.dns with type arguments of type GetZoneRecordsResponse Modifier and Type Method Description Future<GetZoneRecordsResponse>
DnsAsync. getZoneRecords(GetZoneRecordsRequest request, AsyncHandler<GetZoneRecordsRequest,GetZoneRecordsResponse> handler)
Gets all records in the specified zone.Future<GetZoneRecordsResponse>
DnsAsyncClient. getZoneRecords(GetZoneRecordsRequest request, AsyncHandler<GetZoneRecordsRequest,GetZoneRecordsResponse> handler)
-
Uses of GetZoneRecordsResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetZoneRecordsResponse Modifier and Type Method Description GetZoneRecordsResponse
GetZoneRecordsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type GetZoneRecordsResponse Modifier and Type Method Description GetZoneRecordsResponse.Builder
GetZoneRecordsResponse.Builder. copy(GetZoneRecordsResponse o)
Copy method to populate the builder with values from the given instance.
-