Uses of Class
com.oracle.bmc.fleetappsmanagement.model.CatalogItem.LifecycleState
-
Packages that use CatalogItem.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of CatalogItem.LifecycleState in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type CatalogItem.LifecycleState Modifier and Type Method Description Waiter<GetCatalogItemRequest,GetCatalogItemResponse>FleetAppsManagementCatalogWaiters. forCatalogItem(GetCatalogItemRequest request, CatalogItem.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCatalogItemRequest,GetCatalogItemResponse>FleetAppsManagementCatalogWaiters. forCatalogItem(GetCatalogItemRequest request, CatalogItem.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCatalogItemRequest,GetCatalogItemResponse>FleetAppsManagementCatalogWaiters. forCatalogItem(GetCatalogItemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CatalogItem.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of CatalogItem.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return CatalogItem.LifecycleState Modifier and Type Method Description static CatalogItem.LifecycleStateCatalogItem.LifecycleState. create(String key)CatalogItem.LifecycleStateCatalogItem. getLifecycleState()The current state of the CatalogItem.CatalogItem.LifecycleStateCatalogItemSummary. getLifecycleState()The current state of the CatalogItem.static CatalogItem.LifecycleStateCatalogItem.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogItem.LifecycleState[]CatalogItem.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 CatalogItem.LifecycleState Modifier and Type Method Description CatalogItem.BuilderCatalogItem.Builder. lifecycleState(CatalogItem.LifecycleState lifecycleState)The current state of the CatalogItem.CatalogItemSummary.BuilderCatalogItemSummary.Builder. lifecycleState(CatalogItem.LifecycleState lifecycleState)The current state of the CatalogItem.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type CatalogItem.LifecycleState Constructor Description CatalogItem(String id, String compartmentId, CatalogItem.ConfigSourceType configSourceType, Boolean shouldListPublicItems, String description, CatalogSourcePayload catalogSourcePayload, CatalogResultPayload catalogResultPayload, String listingId, String listingVersion, String displayName, String versionDescription, String shortDescription, CatalogItem.PackageType packageType, CatalogItem.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Date timeReleased, Date timeBackfillLastChecked, Date timeLastChecked, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.CatalogItemSummary(String id, String compartmentId, CatalogItem.ConfigSourceType configSourceType, String description, CatalogSourcePayload catalogSourcePayload, CatalogResultPayload catalogResultPayload, String listingId, String listingVersion, String displayName, CatalogItem.PackageType packageType, CatalogItem.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String versionDescription, String shortDescription, Date timeReleased, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of CatalogItem.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return CatalogItem.LifecycleState Modifier and Type Method Description CatalogItem.LifecycleStateListCatalogItemsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type CatalogItem.LifecycleState Modifier and Type Method Description ListCatalogItemsRequest.BuilderListCatalogItemsRequest.Builder. lifecycleState(CatalogItem.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-