Uses of Class
com.oracle.bmc.dns.requests.GetZoneContentRequest
-
Packages that use GetZoneContentRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetZoneContentRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type GetZoneContentRequest Modifier and Type Method Description GetZoneContentResponse
Dns. getZoneContent(GetZoneContentRequest request)
Gets the requested zone’s zone file.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)
GetZoneContentResponse
DnsClient. getZoneContent(GetZoneContentRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type GetZoneContentRequest 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 GetZoneContentRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetZoneContentRequest Modifier and Type Method Description GetZoneContentRequest
GetZoneContentRequest.Builder. build()
Build the instance of GetZoneContentRequest as configured by this builderGetZoneContentRequest
GetZoneContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetZoneContentRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetZoneContentRequest Modifier and Type Method Description GetZoneContentRequest.Builder
GetZoneContentRequest.Builder. copy(GetZoneContentRequest o)
Copy method to populate the builder with values from the given instance.
-