Uses of Class
com.oracle.bmc.dns.requests.GetTsigKeyRequest
-
Packages that use GetTsigKeyRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of GetTsigKeyRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type GetTsigKeyRequest Modifier and Type Method Description Waiter<GetTsigKeyRequest,GetTsigKeyResponse>
DnsWaiters. forTsigKey(GetTsigKeyRequest request, TsigKey.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTsigKeyRequest,GetTsigKeyResponse>
DnsWaiters. forTsigKey(GetTsigKeyRequest request, TsigKey.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTsigKeyRequest,GetTsigKeyResponse>
DnsWaiters. forTsigKey(GetTsigKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TsigKey.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type GetTsigKeyRequest Modifier and Type Method Description Future<GetTsigKeyResponse>
DnsAsync. getTsigKey(GetTsigKeyRequest request, AsyncHandler<GetTsigKeyRequest,GetTsigKeyResponse> handler)
Gets information about the specified TSIG key.Future<GetTsigKeyResponse>
DnsAsyncClient. getTsigKey(GetTsigKeyRequest request, AsyncHandler<GetTsigKeyRequest,GetTsigKeyResponse> handler)
-
Uses of GetTsigKeyRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return GetTsigKeyRequest Modifier and Type Method Description GetTsigKeyRequest
GetTsigKeyRequest.Builder. build()
Build the instance of GetTsigKeyRequest as configured by this builderGetTsigKeyRequest
GetTsigKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTsigKeyRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type GetTsigKeyRequest Modifier and Type Method Description GetTsigKeyRequest.Builder
GetTsigKeyRequest.Builder. copy(GetTsigKeyRequest o)
Copy method to populate the builder with values from the given instance.
-