Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
ListTsigKeysResponse |
Dns.listTsigKeys(ListTsigKeysRequest request)
Gets a list of all TSIG keys in the specified compartment.
|
ListTsigKeysResponse |
DnsClient.listTsigKeys(ListTsigKeysRequest request) |
Future<ListTsigKeysResponse> |
DnsAsync.listTsigKeys(ListTsigKeysRequest request,
AsyncHandler<ListTsigKeysRequest,ListTsigKeysResponse> handler)
Gets a list of all TSIG keys in the specified compartment.
|
Future<ListTsigKeysResponse> |
DnsAsyncClient.listTsigKeys(ListTsigKeysRequest request,
AsyncHandler<ListTsigKeysRequest,ListTsigKeysResponse> handler) |
Iterable<TsigKeySummary> |
DnsPaginators.listTsigKeysRecordIterator(ListTsigKeysRequest request)
Creates a new iterable which will iterate over the
TsigKeySummary objects contained in responses from the listTsigKeys
operation. |
Iterable<ListTsigKeysResponse> |
DnsPaginators.listTsigKeysResponseIterator(ListTsigKeysRequest request)
Creates a new iterable which will iterate over the responses received from the listTsigKeys
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTsigKeysResponse> |
DnsAsync.listTsigKeys(ListTsigKeysRequest request,
AsyncHandler<ListTsigKeysRequest,ListTsigKeysResponse> handler)
Gets a list of all TSIG keys in the specified compartment.
|
Future<ListTsigKeysResponse> |
DnsAsyncClient.listTsigKeys(ListTsigKeysRequest request,
AsyncHandler<ListTsigKeysRequest,ListTsigKeysResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListTsigKeysRequest |
ListTsigKeysRequest.Builder.build()
Build the instance of ListTsigKeysRequest as configured by this builder
|
ListTsigKeysRequest |
ListTsigKeysRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTsigKeysRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTsigKeysRequest.Builder |
ListTsigKeysRequest.Builder.copy(ListTsigKeysRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.