Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Patch.LifecycleState
-
Packages that use Patch.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Patch.LifecycleState in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type Patch.LifecycleState Modifier and Type Method Description Waiter<GetPatchRequest,GetPatchResponse>
FleetAppsManagementOperationsWaiters. forPatch(GetPatchRequest request, Patch.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPatchRequest,GetPatchResponse>
FleetAppsManagementOperationsWaiters. forPatch(GetPatchRequest request, Patch.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPatchRequest,GetPatchResponse>
FleetAppsManagementOperationsWaiters. forPatch(GetPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Patch.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Patch.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Patch.LifecycleState Modifier and Type Method Description static Patch.LifecycleState
Patch.LifecycleState. create(String key)
Patch.LifecycleState
Patch. getLifecycleState()
The current state of the Patch.Patch.LifecycleState
PatchSummary. getLifecycleState()
The current state of the Patch.static Patch.LifecycleState
Patch.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Patch.LifecycleState[]
Patch.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Patch.LifecycleState Modifier and Type Method Description Patch.Builder
Patch.Builder. lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the Patch.PatchSummary.Builder
PatchSummary.Builder. lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the Patch.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Patch.LifecycleState Constructor Description Patch(String id, String name, String description, Patch.Type type, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, List<DependentPatchDetails> dependentPatches, Patch.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String lifecycleDetails, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PatchSummary(String id, String name, String description, Patch.Type type, PatchType patchType, PatchSeverity severity, Date timeReleased, ArtifactDetails artifactDetails, PatchProduct product, String compartmentId, Patch.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Patch.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Patch.LifecycleState Modifier and Type Method Description Patch.LifecycleState
ListPatchesRequest. getLifecycleState()
The current state of the Patch.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Patch.LifecycleState Modifier and Type Method Description ListPatchesRequest.Builder
ListPatchesRequest.Builder. lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the Patch.
-