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