Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.DelegationSubscription.LifecycleState
-
Packages that use DelegationSubscription.LifecycleState Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of DelegationSubscription.LifecycleState in com.oracle.bmc.delegateaccesscontrol
-
Uses of DelegationSubscription.LifecycleState in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return DelegationSubscription.LifecycleState Modifier and Type Method Description static DelegationSubscription.LifecycleState
DelegationSubscription.LifecycleState. create(String key)
DelegationSubscription.LifecycleState
DelegationSubscription. getLifecycleState()
The current lifecycle state of the Service Provider.DelegationSubscription.LifecycleState
DelegationSubscriptionSummary. getLifecycleState()
The current lifecycle state of the Service Provider.static DelegationSubscription.LifecycleState
DelegationSubscription.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DelegationSubscription.LifecycleState[]
DelegationSubscription.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationSubscription.LifecycleState Modifier and Type Method Description DelegationSubscription.Builder
DelegationSubscription.Builder. lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.DelegationSubscriptionSummary.Builder
DelegationSubscriptionSummary.Builder. lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.Constructors in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationSubscription.LifecycleState Constructor Description DelegationSubscription(String id, String compartmentId, String displayName, String serviceProviderId, String description, ServiceProviderServiceType subscribedServiceType, DelegationSubscription.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DelegationSubscriptionSummary(String id, String compartmentId, String displayName, String serviceProviderId, ServiceProviderServiceType subscribedServiceType, DelegationSubscription.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DelegationSubscription.LifecycleState in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return DelegationSubscription.LifecycleState Modifier and Type Method Description DelegationSubscription.LifecycleState
ListDelegationSubscriptionsRequest. getLifecycleState()
A filter to return only Delegation Subscription resources whose lifecycleState matches the given Delegation Subscription lifecycle state.Methods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type DelegationSubscription.LifecycleState Modifier and Type Method Description ListDelegationSubscriptionsRequest.Builder
ListDelegationSubscriptionsRequest.Builder. lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
A filter to return only Delegation Subscription resources whose lifecycleState matches the given Delegation Subscription lifecycle state.
-