Uses of Class
com.oracle.bmc.dns.model.TsigKeySummary
-
Packages that use TsigKeySummary Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model com.oracle.bmc.dns.responses -
-
Uses of TsigKeySummary in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type TsigKeySummary Modifier and Type Method Description Iterable<TsigKeySummary>
DnsPaginators. listTsigKeysRecordIterator(ListTsigKeysRequest request)
Creates a new iterable which will iterate over theTsigKeySummary
objects contained in responses from the listTsigKeys operation. -
Uses of TsigKeySummary in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return TsigKeySummary Modifier and Type Method Description TsigKeySummary
TsigKeySummary.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type TsigKeySummary Modifier and Type Method Description TsigKeySummary.Builder
TsigKeySummary.Builder. copy(TsigKeySummary model)
-
Uses of TsigKeySummary in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return types with arguments of type TsigKeySummary Modifier and Type Method Description List<TsigKeySummary>
ListTsigKeysResponse. getItems()
A list of com.oracle.bmc.dns.model.TsigKeySummary instances.Method parameters in com.oracle.bmc.dns.responses with type arguments of type TsigKeySummary Modifier and Type Method Description ListTsigKeysResponse.Builder
ListTsigKeysResponse.Builder. items(List<TsigKeySummary> items)
A list of com.oracle.bmc.dns.model.TsigKeySummary instances.
-