Uses of Class
com.oracle.bmc.dns.requests.GetRRSetRequest
-
Packages that use GetRRSetRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetRRSetRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type GetRRSetRequest Modifier and Type Method Description GetRRSetResponse
Dns. getRRSet(GetRRSetRequest request)
Gets a list of all records in the specified RRSet.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)
GetRRSetResponse
DnsClient. getRRSet(GetRRSetRequest request)
Iterable<Record>
DnsPaginators. getRRSetRecordIterator(GetRRSetRequest request)
Creates a new iterable which will iterate over theRecord
objects contained in responses from the getRRSet operation.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 GetRRSetRequest 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 GetRRSetRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetRRSetRequest Modifier and Type Method Description GetRRSetRequest
GetRRSetRequest.Builder. build()
Build the instance of GetRRSetRequest as configured by this builderGetRRSetRequest
GetRRSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRRSetRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetRRSetRequest Modifier and Type Method Description GetRRSetRequest.Builder
GetRRSetRequest.Builder. copy(GetRRSetRequest o)
Copy method to populate the builder with values from the given instance.
-