Uses of Class
com.oracle.bmc.dns.requests.UpdateTsigKeyRequest
-
Packages that use UpdateTsigKeyRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of UpdateTsigKeyRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type UpdateTsigKeyRequest 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.Method parameters in com.oracle.bmc.dns with type arguments of type UpdateTsigKeyRequest 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 UpdateTsigKeyRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return UpdateTsigKeyRequest Modifier and Type Method Description UpdateTsigKeyRequest
UpdateTsigKeyRequest.Builder. build()
Build the instance of UpdateTsigKeyRequest as configured by this builderUpdateTsigKeyRequest
UpdateTsigKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTsigKeyRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type UpdateTsigKeyRequest Modifier and Type Method Description UpdateTsigKeyRequest.Builder
UpdateTsigKeyRequest.Builder. copy(UpdateTsigKeyRequest o)
Copy method to populate the builder with values from the given instance.
-