Uses of Class
com.oracle.bmc.dns.requests.ListTsigKeysRequest
-
Packages that use ListTsigKeysRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of ListTsigKeysRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type ListTsigKeysRequest Modifier and Type Method Description ListTsigKeysResponseDns. listTsigKeys(ListTsigKeysRequest request)Gets a list of all TSIG keys in the specified compartment.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)ListTsigKeysResponseDnsClient. listTsigKeys(ListTsigKeysRequest request)Iterable<TsigKeySummary>DnsPaginators. listTsigKeysRecordIterator(ListTsigKeysRequest request)Creates a new iterable which will iterate over theTsigKeySummaryobjects 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.Method parameters in com.oracle.bmc.dns with type arguments of type ListTsigKeysRequest 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 ListTsigKeysRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ListTsigKeysRequest Modifier and Type Method Description ListTsigKeysRequestListTsigKeysRequest.Builder. build()Build the instance of ListTsigKeysRequest as configured by this builderListTsigKeysRequestListTsigKeysRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListTsigKeysRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type ListTsigKeysRequest Modifier and Type Method Description ListTsigKeysRequest.BuilderListTsigKeysRequest.Builder. copy(ListTsigKeysRequest o)Copy method to populate the builder with values from the given instance.
-