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