Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
GetRRSetResponse |
Dns.getRRSet(GetRRSetRequest request)
Gets a list of all records in the specified RRSet.
|
GetRRSetResponse |
DnsClient.getRRSet(GetRRSetRequest request) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetRRSetResponse |
GetRRSetResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetRRSetResponse.Builder |
GetRRSetResponse.Builder.copy(GetRRSetResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.