Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderInteractionCollection
-
Packages that use ServiceProviderInteractionCollection Package Description com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.responses -
-
Uses of ServiceProviderInteractionCollection in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderInteractionCollection Modifier and Type Method Description ServiceProviderInteractionCollection
ServiceProviderInteractionCollection.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderInteractionCollection Modifier and Type Method Description ServiceProviderInteractionCollection.Builder
ServiceProviderInteractionCollection.Builder. copy(ServiceProviderInteractionCollection model)
-
Uses of ServiceProviderInteractionCollection in com.oracle.bmc.delegateaccesscontrol.responses
Methods in com.oracle.bmc.delegateaccesscontrol.responses that return ServiceProviderInteractionCollection Modifier and Type Method Description ServiceProviderInteractionCollection
ListServiceProviderInteractionsResponse. getServiceProviderInteractionCollection()
The returned ServiceProviderInteractionCollection instance.Methods in com.oracle.bmc.delegateaccesscontrol.responses with parameters of type ServiceProviderInteractionCollection Modifier and Type Method Description ListServiceProviderInteractionsResponse.Builder
ListServiceProviderInteractionsResponse.Builder. serviceProviderInteractionCollection(ServiceProviderInteractionCollection serviceProviderInteractionCollection)
The returned ServiceProviderInteractionCollection instance.
-