Uses of Class
com.oracle.bmc.dns.requests.GetDomainRecordsRequest
-
Packages that use GetDomainRecordsRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetDomainRecordsRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type GetDomainRecordsRequest Modifier and Type Method Description GetDomainRecordsResponseDns. getDomainRecords(GetDomainRecordsRequest request)Gets a list of all records at the specified zone and domain.Future<GetDomainRecordsResponse>DnsAsync. getDomainRecords(GetDomainRecordsRequest request, AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler)Gets a list of all records at the specified zone and domain.Future<GetDomainRecordsResponse>DnsAsyncClient. getDomainRecords(GetDomainRecordsRequest request, AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler)GetDomainRecordsResponseDnsClient. getDomainRecords(GetDomainRecordsRequest request)Iterable<Record>DnsPaginators. getDomainRecordsRecordIterator(GetDomainRecordsRequest request)Creates a new iterable which will iterate over theRecordobjects 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.Method parameters in com.oracle.bmc.dns with type arguments of type GetDomainRecordsRequest Modifier and Type Method Description Future<GetDomainRecordsResponse>DnsAsync. getDomainRecords(GetDomainRecordsRequest request, AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler)Gets a list of all records at the specified zone and domain.Future<GetDomainRecordsResponse>DnsAsyncClient. getDomainRecords(GetDomainRecordsRequest request, AsyncHandler<GetDomainRecordsRequest,GetDomainRecordsResponse> handler) -
Uses of GetDomainRecordsRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetDomainRecordsRequest Modifier and Type Method Description GetDomainRecordsRequestGetDomainRecordsRequest.Builder. build()Build the instance of GetDomainRecordsRequest as configured by this builderGetDomainRecordsRequestGetDomainRecordsRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDomainRecordsRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetDomainRecordsRequest Modifier and Type Method Description GetDomainRecordsRequest.BuilderGetDomainRecordsRequest.Builder. copy(GetDomainRecordsRequest o)Copy method to populate the builder with values from the given instance.
-