Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderActionSummary
-
Packages that use ServiceProviderActionSummary Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of ServiceProviderActionSummary in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ServiceProviderActionSummary Modifier and Type Method Description Iterable<ServiceProviderActionSummary>
DelegateAccessControlPaginators. listServiceProviderActionsRecordIterator(ListServiceProviderActionsRequest request)
Creates a new iterable which will iterate over theServiceProviderActionSummary
objects contained in responses from the listServiceProviderActions operation. -
Uses of ServiceProviderActionSummary in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderActionSummary Modifier and Type Method Description ServiceProviderActionSummary
ServiceProviderActionSummary.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model that return types with arguments of type ServiceProviderActionSummary Modifier and Type Method Description List<ServiceProviderActionSummary>
ServiceProviderActionSummaryCollection. getItems()
contains ServiceProviderActionSummaryMethods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderActionSummary Modifier and Type Method Description ServiceProviderActionSummary.Builder
ServiceProviderActionSummary.Builder. copy(ServiceProviderActionSummary model)
Method parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderActionSummary Modifier and Type Method Description ServiceProviderActionSummaryCollection.Builder
ServiceProviderActionSummaryCollection.Builder. items(List<ServiceProviderActionSummary> items)
contains ServiceProviderActionSummaryConstructor parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderActionSummary Constructor Description ServiceProviderActionSummaryCollection(List<ServiceProviderActionSummary> items)
Deprecated.
-