Uses of Class
com.oracle.bmc.keymanagement.model.HsmPartition.LifecycleState
-
Packages that use HsmPartition.LifecycleState Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model com.oracle.bmc.keymanagement.requests -
-
Uses of HsmPartition.LifecycleState in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type HsmPartition.LifecycleState Modifier and Type Method Description Waiter<GetHsmPartitionRequest,GetHsmPartitionResponse>
KmsHsmClusterWaiters. forHsmPartition(GetHsmPartitionRequest request, HsmPartition.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetHsmPartitionRequest,GetHsmPartitionResponse>
KmsHsmClusterWaiters. forHsmPartition(GetHsmPartitionRequest request, HsmPartition.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetHsmPartitionRequest,GetHsmPartitionResponse>
KmsHsmClusterWaiters. forHsmPartition(GetHsmPartitionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, HsmPartition.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of HsmPartition.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return HsmPartition.LifecycleState Modifier and Type Method Description static HsmPartition.LifecycleState
HsmPartition.LifecycleState. create(String key)
HsmPartition.LifecycleState
HsmPartition. getLifecycleState()
A HSMCluster resource’s current lifecycle state.HsmPartition.LifecycleState
HsmPartitionSummary. getLifecycleState()
A HSMCluster resource’s current lifecycle state.static HsmPartition.LifecycleState
HsmPartition.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HsmPartition.LifecycleState[]
HsmPartition.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 HsmPartition.LifecycleState Modifier and Type Method Description HsmPartition.Builder
HsmPartition.Builder. lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.HsmPartitionSummary.Builder
HsmPartitionSummary.Builder. lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type HsmPartition.LifecycleState Constructor Description HsmPartition(String id, String compartmentId, List<PortInformation> portInformation, Date timeCreated, Date timeUpdated, HsmPartition.LifecycleState lifecycleState)
Deprecated.HsmPartitionSummary(String id, String hsmClusterId, HsmPartition.LifecycleState lifecycleState, String compartmentId, List<PortInformation> portInformation, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of HsmPartition.LifecycleState in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return HsmPartition.LifecycleState Modifier and Type Method Description HsmPartition.LifecycleState
ListHsmPartitionsRequest. getLifecycleState()
A filter that returns only resources that match the specified lifecycle state.Methods in com.oracle.bmc.keymanagement.requests with parameters of type HsmPartition.LifecycleState Modifier and Type Method Description ListHsmPartitionsRequest.Builder
ListHsmPartitionsRequest.Builder. lifecycleState(HsmPartition.LifecycleState lifecycleState)
A filter that returns only resources that match the specified lifecycle state.
-