Uses of Class
com.oracle.bmc.dns.responses.ListTsigKeysResponse
-
Packages that use ListTsigKeysResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of ListTsigKeysResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return ListTsigKeysResponse Modifier and Type Method Description ListTsigKeysResponse
Dns. listTsigKeys(ListTsigKeysRequest request)
Gets a list of all TSIG keys in the specified compartment.ListTsigKeysResponse
DnsClient. listTsigKeys(ListTsigKeysRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type ListTsigKeysResponse Modifier and Type Method 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)
Iterable<ListTsigKeysResponse>
DnsPaginators. listTsigKeysResponseIterator(ListTsigKeysRequest request)
Creates a new iterable which will iterate over the responses received from the listTsigKeys operation.Method parameters in com.oracle.bmc.dns with type arguments of type ListTsigKeysResponse Modifier and Type Method 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)
-
Uses of ListTsigKeysResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return ListTsigKeysResponse Modifier and Type Method Description ListTsigKeysResponse
ListTsigKeysResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ListTsigKeysResponse Modifier and Type Method Description ListTsigKeysResponse.Builder
ListTsigKeysResponse.Builder. copy(ListTsigKeysResponse o)
Copy method to populate the builder with values from the given instance.
-