Uses of Class
com.oracle.bmc.resourceanalytics.model.TenancyAttachment.LifecycleState
-
Packages that use TenancyAttachment.LifecycleState Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.model com.oracle.bmc.resourceanalytics.requests -
-
Uses of TenancyAttachment.LifecycleState in com.oracle.bmc.resourceanalytics
-
Uses of TenancyAttachment.LifecycleState in com.oracle.bmc.resourceanalytics.model
Methods in com.oracle.bmc.resourceanalytics.model that return TenancyAttachment.LifecycleState Modifier and Type Method Description static TenancyAttachment.LifecycleStateTenancyAttachment.LifecycleState. create(String key)TenancyAttachment.LifecycleStateTenancyAttachment. getLifecycleState()The current state of the TenancyAttachment.TenancyAttachment.LifecycleStateTenancyAttachmentSummary. getLifecycleState()The current state of the TenancyAttachment.static TenancyAttachment.LifecycleStateTenancyAttachment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static TenancyAttachment.LifecycleState[]TenancyAttachment.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourceanalytics.model with parameters of type TenancyAttachment.LifecycleState Modifier and Type Method Description TenancyAttachment.BuilderTenancyAttachment.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)The current state of the TenancyAttachment.TenancyAttachmentSummary.BuilderTenancyAttachmentSummary.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)The current state of the TenancyAttachment.Constructors in com.oracle.bmc.resourceanalytics.model with parameters of type TenancyAttachment.LifecycleState Constructor Description TenancyAttachment(String id, String description, String resourceAnalyticsInstanceId, String tenancyId, Boolean isReportingTenancy, List<TenancyAttachmentMonitoredRegionSummary> monitoredRegions, TenancyAttachment.DataPopulationStatus dataPopulationStatus, Date timeDataPopulationStarted, Date timeDataPopulationEnded, Date timeCreated, Date timeUpdated, TenancyAttachment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,Map<String,Object>> systemTags)Deprecated.TenancyAttachmentSummary(String id, String description, String resourceAnalyticsInstanceId, String tenancyId, Boolean isReportingTenancy, TenancyAttachment.DataPopulationStatus dataPopulationStatus, Date timeDataPopulationStarted, Date timeDataPopulationEnded, Date timeCreated, Date timeUpdated, TenancyAttachment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of TenancyAttachment.LifecycleState in com.oracle.bmc.resourceanalytics.requests
Methods in com.oracle.bmc.resourceanalytics.requests that return TenancyAttachment.LifecycleState Modifier and Type Method Description TenancyAttachment.LifecycleStateListTenancyAttachmentsRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.resourceanalytics.requests with parameters of type TenancyAttachment.LifecycleState Modifier and Type Method Description ListTenancyAttachmentsRequest.BuilderListTenancyAttachmentsRequest.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-