Package | Description |
---|---|
com.oracle.bmc.delegateaccesscontrol | |
com.oracle.bmc.delegateaccesscontrol.model | |
com.oracle.bmc.delegateaccesscontrol.requests |
Modifier and Type | Method and Description |
---|---|
static ServiceProviderAction.LifecycleState |
ServiceProviderAction.LifecycleState.create(String key) |
ServiceProviderAction.LifecycleState |
ServiceProviderActionSummary.getLifecycleState()
The current lifecycle state of the Service Provider Action.
|
ServiceProviderAction.LifecycleState |
ServiceProviderAction.getLifecycleState()
The current lifecycle state of the Service Provider Action.
|
static ServiceProviderAction.LifecycleState |
ServiceProviderAction.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceProviderAction.LifecycleState[] |
ServiceProviderAction.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceProviderActionSummary.Builder |
ServiceProviderActionSummary.Builder.lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider Action.
|
ServiceProviderAction.Builder |
ServiceProviderAction.Builder.lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider Action.
|
Constructor and Description |
---|
ServiceProviderAction(String id,
String name,
String customerDisplayName,
String component,
DelegationControlResourceType resourceType,
List<ServiceProviderServiceType> serviceProviderServiceTypes,
ServiceProviderAction.LifecycleState lifecycleState,
String description,
List<ServiceProviderActionProperties> properties)
Deprecated.
|
ServiceProviderActionSummary(String id,
String name,
String customerDisplayName,
String component,
DelegationControlResourceType resourceType,
List<ServiceProviderServiceType> serviceProviderServiceTypes,
ServiceProviderAction.LifecycleState lifecycleState,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceProviderAction.LifecycleState |
ListServiceProviderActionsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given Service Provider
Action lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListServiceProviderActionsRequest.Builder |
ListServiceProviderActionsRequest.Builder.lifecycleState(ServiceProviderAction.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given Service Provider
Action lifecycleState.
|
Copyright © 2016–2024. All rights reserved.