Uses of Class
com.oracle.bmc.dns.model.TsigKey
-
Packages that use TsigKey Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.responses -
-
Uses of TsigKey in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return TsigKey Modifier and Type Method Description TsigKey
TsigKey.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type TsigKey Modifier and Type Method Description TsigKey.Builder
TsigKey.Builder. copy(TsigKey model)
-
Uses of TsigKey in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return TsigKey Modifier and Type Method Description TsigKey
CreateTsigKeyResponse. getTsigKey()
The returned TsigKey instance.TsigKey
GetTsigKeyResponse. getTsigKey()
The returned TsigKey instance, or null ifGetTsigKeyResponse.isNotModified()
is true.TsigKey
UpdateTsigKeyResponse. getTsigKey()
The returned TsigKey instance.Methods in com.oracle.bmc.dns.responses with parameters of type TsigKey Modifier and Type Method Description CreateTsigKeyResponse.Builder
CreateTsigKeyResponse.Builder. tsigKey(TsigKey tsigKey)
The returned TsigKey instance.GetTsigKeyResponse.Builder
GetTsigKeyResponse.Builder. tsigKey(TsigKey tsigKey)
The returned TsigKey instance, or null ifGetTsigKeyResponse.isNotModified()
is true.UpdateTsigKeyResponse.Builder
UpdateTsigKeyResponse.Builder. tsigKey(TsigKey tsigKey)
The returned TsigKey instance.
-