Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderActionProperties
-
Packages that use ServiceProviderActionProperties Package Description com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of ServiceProviderActionProperties in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderActionProperties Modifier and Type Method Description ServiceProviderActionProperties
ServiceProviderActionProperties.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model that return types with arguments of type ServiceProviderActionProperties Modifier and Type Method Description List<ServiceProviderActionProperties>
ServiceProviderAction. getProperties()
Fine grained properties associated with the Delegation Control.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderActionProperties Modifier and Type Method Description ServiceProviderActionProperties.Builder
ServiceProviderActionProperties.Builder. copy(ServiceProviderActionProperties model)
Method parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderActionProperties Modifier and Type Method Description ServiceProviderAction.Builder
ServiceProviderAction.Builder. properties(List<ServiceProviderActionProperties> properties)
Fine grained properties associated with the Delegation Control.
-