Uses of Class
com.oracle.bmc.dns.model.TsigKey.LifecycleState
-
Packages that use TsigKey.LifecycleState Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model -
-
Uses of TsigKey.LifecycleState in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type TsigKey.LifecycleState 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. -
Uses of TsigKey.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return TsigKey.LifecycleState Modifier and Type Method Description static TsigKey.LifecycleState
TsigKey.LifecycleState. create(String key)
TsigKey.LifecycleState
TsigKey. getLifecycleState()
The current state of the resource.static TsigKey.LifecycleState
TsigKey.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TsigKey.LifecycleState[]
TsigKey.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type TsigKey.LifecycleState Modifier and Type Method Description TsigKey.Builder
TsigKey.Builder. lifecycleState(TsigKey.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type TsigKey.LifecycleState Constructor Description TsigKey(String algorithm, String name, String compartmentId, String secret, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String id, String self, Date timeCreated, TsigKey.LifecycleState lifecycleState, Date timeUpdated)
Deprecated.
-