Uses of Class
com.oracle.bmc.dns.requests.CreateTsigKeyRequest
-
Packages that use CreateTsigKeyRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of CreateTsigKeyRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type CreateTsigKeyRequest Modifier and Type Method Description Waiter<CreateTsigKeyRequest,CreateTsigKeyResponse>
DnsWaiters. forCreateTsigKey(CreateTsigKeyRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateTsigKeyRequest,CreateTsigKeyResponse>
DnsWaiters. forCreateTsigKey(CreateTsigKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type CreateTsigKeyRequest Modifier and Type Method Description Future<CreateTsigKeyResponse>
DnsAsync. createTsigKey(CreateTsigKeyRequest request, AsyncHandler<CreateTsigKeyRequest,CreateTsigKeyResponse> handler)
Creates a new TSIG key in the specified compartment.Future<CreateTsigKeyResponse>
DnsAsyncClient. createTsigKey(CreateTsigKeyRequest request, AsyncHandler<CreateTsigKeyRequest,CreateTsigKeyResponse> handler)
-
Uses of CreateTsigKeyRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return CreateTsigKeyRequest Modifier and Type Method Description CreateTsigKeyRequest
CreateTsigKeyRequest.Builder. build()
Build the instance of CreateTsigKeyRequest as configured by this builderCreateTsigKeyRequest
CreateTsigKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTsigKeyRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type CreateTsigKeyRequest Modifier and Type Method Description CreateTsigKeyRequest.Builder
CreateTsigKeyRequest.Builder. copy(CreateTsigKeyRequest o)
Copy method to populate the builder with values from the given instance.
-