Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
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) |
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<Record> |
DnsPaginators.getRRSetRecordIterator(GetRRSetRequest request)
Creates a new iterable which will iterate over the
Record
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.
|
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 |
---|---|
GetRRSetRequest |
GetRRSetRequest.Builder.build()
Build the instance of GetRRSetRequest as configured by this builder
|
GetRRSetRequest |
GetRRSetRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetRRSetRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetRRSetRequest.Builder |
GetRRSetRequest.Builder.copy(GetRRSetRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.