Uses of Class
com.oracle.bmc.artifacts.model.GenericArtifact.LifecycleState
-
Packages that use GenericArtifact.LifecycleState Package Description com.oracle.bmc.artifacts com.oracle.bmc.artifacts.model -
-
Uses of GenericArtifact.LifecycleState in com.oracle.bmc.artifacts
Methods in com.oracle.bmc.artifacts with parameters of type GenericArtifact.LifecycleState Modifier and Type Method Description Waiter<GetGenericArtifactRequest,GetGenericArtifactResponse>
ArtifactsWaiters. forGenericArtifact(GetGenericArtifactRequest request, GenericArtifact.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetGenericArtifactRequest,GetGenericArtifactResponse>
ArtifactsWaiters. forGenericArtifact(GetGenericArtifactRequest request, GenericArtifact.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetGenericArtifactRequest,GetGenericArtifactResponse>
ArtifactsWaiters. forGenericArtifact(GetGenericArtifactRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, GenericArtifact.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of GenericArtifact.LifecycleState in com.oracle.bmc.artifacts.model
Methods in com.oracle.bmc.artifacts.model that return GenericArtifact.LifecycleState Modifier and Type Method Description static GenericArtifact.LifecycleState
GenericArtifact.LifecycleState. create(String key)
GenericArtifact.LifecycleState
GenericArtifact. getLifecycleState()
The current state of the artifact.GenericArtifact.LifecycleState
GenericArtifactSummary. getLifecycleState()
The current state of the generic artifact.static GenericArtifact.LifecycleState
GenericArtifact.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static GenericArtifact.LifecycleState[]
GenericArtifact.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 GenericArtifact.LifecycleState Modifier and Type Method Description GenericArtifact.Builder
GenericArtifact.Builder. lifecycleState(GenericArtifact.LifecycleState lifecycleState)
The current state of the artifact.GenericArtifactSummary.Builder
GenericArtifactSummary.Builder. lifecycleState(GenericArtifact.LifecycleState lifecycleState)
The current state of the generic artifact.Constructors in com.oracle.bmc.artifacts.model with parameters of type GenericArtifact.LifecycleState Constructor Description GenericArtifact(String id, String displayName, String compartmentId, String repositoryId, String artifactPath, String version, String sha256, Long sizeInBytes, GenericArtifact.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Date timeCreated)
Deprecated.GenericArtifactSummary(String id, String displayName, String compartmentId, String repositoryId, String artifactPath, String version, String sha256, Long sizeInBytes, GenericArtifact.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Date timeCreated)
Deprecated.
-