Uses of Class
com.oracle.bmc.dns.responses.GetZoneContentResponse
-
Packages that use GetZoneContentResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of GetZoneContentResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return GetZoneContentResponse Modifier and Type Method Description GetZoneContentResponse
Dns. getZoneContent(GetZoneContentRequest request)
Gets the requested zone’s zone file.GetZoneContentResponse
DnsClient. getZoneContent(GetZoneContentRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type GetZoneContentResponse Modifier and Type Method Description Future<GetZoneContentResponse>
DnsAsync. getZoneContent(GetZoneContentRequest request, AsyncHandler<GetZoneContentRequest,GetZoneContentResponse> handler)
Gets the requested zone’s zone file.Future<GetZoneContentResponse>
DnsAsyncClient. getZoneContent(GetZoneContentRequest request, AsyncHandler<GetZoneContentRequest,GetZoneContentResponse> handler)
Method parameters in com.oracle.bmc.dns with type arguments of type GetZoneContentResponse Modifier and Type Method Description Future<GetZoneContentResponse>
DnsAsync. getZoneContent(GetZoneContentRequest request, AsyncHandler<GetZoneContentRequest,GetZoneContentResponse> handler)
Gets the requested zone’s zone file.Future<GetZoneContentResponse>
DnsAsyncClient. getZoneContent(GetZoneContentRequest request, AsyncHandler<GetZoneContentRequest,GetZoneContentResponse> handler)
-
Uses of GetZoneContentResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetZoneContentResponse Modifier and Type Method Description GetZoneContentResponse
GetZoneContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type GetZoneContentResponse Modifier and Type Method Description GetZoneContentResponse.Builder
GetZoneContentResponse.Builder. copy(GetZoneContentResponse o)
Copy method to populate the builder with values from the given instance.
-