Uses of Class
com.oracle.bmc.keymanagement.model.HsmCluster.LifecycleState
-
Packages that use HsmCluster.LifecycleState Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of HsmCluster.LifecycleState in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type HsmCluster.LifecycleState Modifier and Type Method Description Waiter<GetHsmClusterRequest,GetHsmClusterResponse>
KmsHsmClusterWaiters. forHsmCluster(GetHsmClusterRequest request, HsmCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetHsmClusterRequest,GetHsmClusterResponse>
KmsHsmClusterWaiters. forHsmCluster(GetHsmClusterRequest request, HsmCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetHsmClusterRequest,GetHsmClusterResponse>
KmsHsmClusterWaiters. forHsmCluster(GetHsmClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, HsmCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of HsmCluster.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmCluster.LifecycleState Modifier and Type Method Description static HsmCluster.LifecycleState
HsmCluster.LifecycleState. create(String key)
HsmCluster.LifecycleState
HsmCluster. getLifecycleState()
The HSMCluster’s current state.HsmCluster.LifecycleState
HsmClusterSummary. getLifecycleState()
A HSMCluster resource’s current lifecycle state.static HsmCluster.LifecycleState
HsmCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HsmCluster.LifecycleState[]
HsmCluster.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type HsmCluster.LifecycleState Modifier and Type Method Description HsmCluster.Builder
HsmCluster.Builder. lifecycleState(HsmCluster.LifecycleState lifecycleState)
The HSMCluster’s current state.HsmClusterSummary.Builder
HsmClusterSummary.Builder. lifecycleState(HsmCluster.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type HsmCluster.LifecycleState Constructor Description HsmCluster(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, HsmCluster.LifecycleState lifecycleState, String dnsName, Date timeOfDeletion, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.HsmClusterSummary(String id, String displayName, String compartmentId, HsmCluster.LifecycleState lifecycleState, String dnsName, Date timeCreated, Date timeUpdated, Date timeOfDeletion, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-