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.LifecycleState
TenancyAttachment.LifecycleState. create(String key)
TenancyAttachment.LifecycleState
TenancyAttachment. getLifecycleState()
The current state of the TenancyAttachment.TenancyAttachment.LifecycleState
TenancyAttachmentSummary. getLifecycleState()
The current state of the TenancyAttachment.static TenancyAttachment.LifecycleState
TenancyAttachment.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.Builder
TenancyAttachment.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
The current state of the TenancyAttachment.TenancyAttachmentSummary.Builder
TenancyAttachmentSummary.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, 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, 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.LifecycleState
ListTenancyAttachmentsRequest. 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.Builder
ListTenancyAttachmentsRequest.Builder. lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-