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.dns
Methods in com.oracle.bmc.dns that return CreateTsigKeyResponse Modifier and Type Method Description CreateTsigKeyResponse
Dns. createTsigKey(CreateTsigKeyRequest request)
Creates a new TSIG key in the specified compartment.CreateTsigKeyResponse
DnsClient. 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 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 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.responses
Methods in com.oracle.bmc.dns.responses that return CreateTsigKeyResponse Modifier and Type Method Description CreateTsigKeyResponse
CreateTsigKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type CreateTsigKeyResponse Modifier and Type Method Description CreateTsigKeyResponse.Builder
CreateTsigKeyResponse.Builder. copy(CreateTsigKeyResponse o)
Copy method to populate the builder with values from the given instance.
-