Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderInteractionSummary
-
Packages that use ServiceProviderInteractionSummary Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of ServiceProviderInteractionSummary in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ServiceProviderInteractionSummary Modifier and Type Method Description Iterable<ServiceProviderInteractionSummary>
DelegateAccessControlPaginators. listServiceProviderInteractionsRecordIterator(ListServiceProviderInteractionsRequest request)
Creates a new iterable which will iterate over theServiceProviderInteractionSummary
objects contained in responses from the listServiceProviderInteractions operation. -
Uses of ServiceProviderInteractionSummary in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderInteractionSummary Modifier and Type Method Description ServiceProviderInteractionSummary
ServiceProviderInteractionSummary.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model that return types with arguments of type ServiceProviderInteractionSummary Modifier and Type Method Description List<ServiceProviderInteractionSummary>
ServiceProviderInteractionCollection. getItems()
contains ServiceProviderInteractionSummaryMethods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderInteractionSummary Modifier and Type Method Description ServiceProviderInteractionSummary.Builder
ServiceProviderInteractionSummary.Builder. copy(ServiceProviderInteractionSummary model)
Method parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderInteractionSummary Modifier and Type Method Description ServiceProviderInteractionCollection.Builder
ServiceProviderInteractionCollection.Builder. items(List<ServiceProviderInteractionSummary> items)
contains ServiceProviderInteractionSummaryConstructor parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderInteractionSummary Constructor Description ServiceProviderInteractionCollection(List<ServiceProviderInteractionSummary> items)
Deprecated.
-