Uses of Class
com.oracle.bmc.dns.responses.GetTsigKeyResponse
-
Packages that use GetTsigKeyResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of GetTsigKeyResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return GetTsigKeyResponse Modifier and Type Method Description GetTsigKeyResponse
Dns. getTsigKey(GetTsigKeyRequest request)
Gets information about the specified TSIG key.GetTsigKeyResponse
DnsClient. getTsigKey(GetTsigKeyRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type GetTsigKeyResponse Modifier and Type Method Description Future<GetTsigKeyResponse>
DnsAsync. getTsigKey(GetTsigKeyRequest request, AsyncHandler<GetTsigKeyRequest,GetTsigKeyResponse> handler)
Gets information about the specified TSIG key.Future<GetTsigKeyResponse>
DnsAsyncClient. getTsigKey(GetTsigKeyRequest request, AsyncHandler<GetTsigKeyRequest,GetTsigKeyResponse> handler)
-
Uses of GetTsigKeyResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetTsigKeyResponse Modifier and Type Method Description GetTsigKeyResponse
GetTsigKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type GetTsigKeyResponse Modifier and Type Method Description GetTsigKeyResponse.Builder
GetTsigKeyResponse.Builder. copy(GetTsigKeyResponse o)
Copy method to populate the builder with values from the given instance.
-