Package | Description |
---|---|
com.oracle.bmc.delegateaccesscontrol | |
com.oracle.bmc.delegateaccesscontrol.model | |
com.oracle.bmc.delegateaccesscontrol.requests |
Modifier and Type | Method and Description |
---|---|
static DelegationSubscription.LifecycleState |
DelegationSubscription.LifecycleState.create(String key) |
DelegationSubscription.LifecycleState |
DelegationSubscriptionSummary.getLifecycleState()
The current lifecycle state of the Service Provider.
|
DelegationSubscription.LifecycleState |
DelegationSubscription.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.
|
Modifier and Type | Method and Description |
---|---|
DelegationSubscriptionSummary.Builder |
DelegationSubscriptionSummary.Builder.lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.
|
DelegationSubscription.Builder |
DelegationSubscription.Builder.lifecycleState(DelegationSubscription.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
DelegationSubscription.LifecycleState |
ListDelegationSubscriptionsRequest.getLifecycleState()
A filter to return only Delegation Subscription resources whose lifecycleState matches the
given Delegation Subscription lifecycle state.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.