Uses of Class
com.oracle.bmc.artifacts.model.ContainerImageSignature.LifecycleState
-
Packages that use ContainerImageSignature.LifecycleState Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of ContainerImageSignature.LifecycleState in com.oracle.bmc.artifacts
-
Uses of ContainerImageSignature.LifecycleState in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return ContainerImageSignature.LifecycleState Modifier and Type Method Description static ContainerImageSignature.LifecycleState
ContainerImageSignature.LifecycleState. create(String key)
ContainerImageSignature.LifecycleState
ContainerImageSignature. getLifecycleState()
The current state of the container image signature.ContainerImageSignature.LifecycleState
ContainerImageSignatureSummary. getLifecycleState()
The current state of the container image signature.static ContainerImageSignature.LifecycleState
ContainerImageSignature.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerImageSignature.LifecycleState[]
ContainerImageSignature.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.artifacts.model with parameters of type ContainerImageSignature.LifecycleState Modifier and Type Method Description ContainerImageSignature.Builder
ContainerImageSignature.Builder. lifecycleState(ContainerImageSignature.LifecycleState lifecycleState)
The current state of the container image signature.ContainerImageSignatureSummary.Builder
ContainerImageSignatureSummary.Builder. lifecycleState(ContainerImageSignature.LifecycleState lifecycleState)
The current state of the container image signature.Constructors in com.oracle.bmc.artifacts.model with parameters of type ContainerImageSignature.LifecycleState Constructor Description ContainerImageSignature(String compartmentId, String createdBy, String displayName, String id, String imageId, String kmsKeyId, String kmsKeyVersionId, String message, String signature, ContainerImageSignature.SigningAlgorithm signingAlgorithm, Date timeCreated, ContainerImageSignature.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ContainerImageSignatureSummary(String compartmentId, String displayName, String id, String imageId, String kmsKeyId, String kmsKeyVersionId, String message, String signature, ContainerImageSignatureSummary.SigningAlgorithm signingAlgorithm, Date timeCreated, ContainerImageSignature.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-