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