Uses of Class
com.oracle.bmc.keymanagement.model.EkmsPrivateEndpointSummary.LifecycleState
-
Packages that use EkmsPrivateEndpointSummary.LifecycleState Package Description com.oracle.bmc.keymanagement.model -
-
Uses of EkmsPrivateEndpointSummary.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return EkmsPrivateEndpointSummary.LifecycleState Modifier and Type Method Description static EkmsPrivateEndpointSummary.LifecycleState
EkmsPrivateEndpointSummary.LifecycleState. create(String key)
EkmsPrivateEndpointSummary.LifecycleState
EkmsPrivateEndpointSummary. getLifecycleState()
The current state of the EKMS private endpoint resource.static EkmsPrivateEndpointSummary.LifecycleState
EkmsPrivateEndpointSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EkmsPrivateEndpointSummary.LifecycleState[]
EkmsPrivateEndpointSummary.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 EkmsPrivateEndpointSummary.LifecycleState Modifier and Type Method Description EkmsPrivateEndpointSummary.Builder
EkmsPrivateEndpointSummary.Builder. lifecycleState(EkmsPrivateEndpointSummary.LifecycleState lifecycleState)
The current state of the EKMS private endpoint resource.Constructors in com.oracle.bmc.keymanagement.model with parameters of type EkmsPrivateEndpointSummary.LifecycleState Constructor Description EkmsPrivateEndpointSummary(String id, String subnetId, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, EkmsPrivateEndpointSummary.LifecycleState lifecycleState)
Deprecated.
-