Uses of Class
com.oracle.bmc.dns.responses.UpdateTsigKeyResponse
-
Packages that use UpdateTsigKeyResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of UpdateTsigKeyResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return UpdateTsigKeyResponse Modifier and Type Method Description UpdateTsigKeyResponse
Dns. updateTsigKey(UpdateTsigKeyRequest request)
Updates the specified TSIG key.UpdateTsigKeyResponse
DnsClient. updateTsigKey(UpdateTsigKeyRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type UpdateTsigKeyResponse Modifier and Type Method Description Waiter<UpdateTsigKeyRequest,UpdateTsigKeyResponse>
DnsWaiters. forUpdateTsigKey(UpdateTsigKeyRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateTsigKeyRequest,UpdateTsigKeyResponse>
DnsWaiters. forUpdateTsigKey(UpdateTsigKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Future<UpdateTsigKeyResponse>
DnsAsync. updateTsigKey(UpdateTsigKeyRequest request, AsyncHandler<UpdateTsigKeyRequest,UpdateTsigKeyResponse> handler)
Updates the specified TSIG key.Future<UpdateTsigKeyResponse>
DnsAsyncClient. updateTsigKey(UpdateTsigKeyRequest request, AsyncHandler<UpdateTsigKeyRequest,UpdateTsigKeyResponse> handler)
Method parameters in com.oracle.bmc.dns with type arguments of type UpdateTsigKeyResponse Modifier and Type Method Description Future<UpdateTsigKeyResponse>
DnsAsync. updateTsigKey(UpdateTsigKeyRequest request, AsyncHandler<UpdateTsigKeyRequest,UpdateTsigKeyResponse> handler)
Updates the specified TSIG key.Future<UpdateTsigKeyResponse>
DnsAsyncClient. updateTsigKey(UpdateTsigKeyRequest request, AsyncHandler<UpdateTsigKeyRequest,UpdateTsigKeyResponse> handler)
-
Uses of UpdateTsigKeyResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return UpdateTsigKeyResponse Modifier and Type Method Description UpdateTsigKeyResponse
UpdateTsigKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type UpdateTsigKeyResponse Modifier and Type Method Description UpdateTsigKeyResponse.Builder
UpdateTsigKeyResponse.Builder. copy(UpdateTsigKeyResponse o)
Copy method to populate the builder with values from the given instance.
-