Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProvider.LifecycleState
-
Packages that use ServiceProvider.LifecycleState Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of ServiceProvider.LifecycleState in com.oracle.bmc.delegateaccesscontrol
-
Uses of ServiceProvider.LifecycleState in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProvider.LifecycleState Modifier and Type Method Description static ServiceProvider.LifecycleState
ServiceProvider.LifecycleState. create(String key)
ServiceProvider.LifecycleState
ServiceProvider. getLifecycleState()
The current lifecycle state of the Service Provider.ServiceProvider.LifecycleState
ServiceProviderSummary. getLifecycleState()
The current lifecycle state of the Service Provider.static ServiceProvider.LifecycleState
ServiceProvider.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceProvider.LifecycleState[]
ServiceProvider.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 ServiceProvider.LifecycleState Modifier and Type Method Description ServiceProvider.Builder
ServiceProvider.Builder. lifecycleState(ServiceProvider.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider.ServiceProviderSummary.Builder
ServiceProviderSummary.Builder. lifecycleState(ServiceProvider.LifecycleState lifecycleState)
The current lifecycle state of the Service Provider. -
Uses of ServiceProvider.LifecycleState in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return ServiceProvider.LifecycleState Modifier and Type Method Description ServiceProvider.LifecycleState
ListServiceProvidersRequest. getLifecycleState()
A filter to return only Service Provider resources whose lifecycleState matches the given Service Provider lifecycle state.Methods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type ServiceProvider.LifecycleState Modifier and Type Method Description ListServiceProvidersRequest.Builder
ListServiceProvidersRequest.Builder. lifecycleState(ServiceProvider.LifecycleState lifecycleState)
A filter to return only Service Provider resources whose lifecycleState matches the given Service Provider lifecycle state.
-