Uses of Class
com.oracle.bmc.dns.responses.CreateTsigKeyResponse
- 
Packages that use CreateTsigKeyResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses 
- 
- 
Uses of CreateTsigKeyResponse in com.oracle.bmc.dnsMethods in com.oracle.bmc.dns that return CreateTsigKeyResponse Modifier and Type Method Description CreateTsigKeyResponseDns. createTsigKey(CreateTsigKeyRequest request)Creates a new TSIG key in the specified compartment.CreateTsigKeyResponseDnsClient. createTsigKey(CreateTsigKeyRequest request)Methods in com.oracle.bmc.dns that return types with arguments of type CreateTsigKeyResponse 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)Waiter<CreateTsigKeyRequest,CreateTsigKeyResponse>DnsWaiters. forCreateTsigKey(CreateTsigKeyRequest request)Creates a newWaiterusing the default configuration.Waiter<CreateTsigKeyRequest,CreateTsigKeyResponse>DnsWaiters. forCreateTsigKey(CreateTsigKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type CreateTsigKeyResponse 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 CreateTsigKeyResponse in com.oracle.bmc.dns.responsesMethods in com.oracle.bmc.dns.responses that return CreateTsigKeyResponse Modifier and Type Method Description CreateTsigKeyResponseCreateTsigKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type CreateTsigKeyResponse Modifier and Type Method Description CreateTsigKeyResponse.BuilderCreateTsigKeyResponse.Builder. copy(CreateTsigKeyResponse o)Copy method to populate the builder with values from the given instance.
 
-