Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderSummary
-
Packages that use ServiceProviderSummary Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model -
-
Uses of ServiceProviderSummary in com.oracle.bmc.delegateaccesscontrol
Methods in com.oracle.bmc.delegateaccesscontrol that return types with arguments of type ServiceProviderSummary Modifier and Type Method Description Iterable<ServiceProviderSummary>
DelegateAccessControlPaginators. listServiceProvidersRecordIterator(ListServiceProvidersRequest request)
Creates a new iterable which will iterate over theServiceProviderSummary
objects contained in responses from the listServiceProviders operation. -
Uses of ServiceProviderSummary in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderSummary Modifier and Type Method Description ServiceProviderSummary
ServiceProviderSummary.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model that return types with arguments of type ServiceProviderSummary Modifier and Type Method Description List<ServiceProviderSummary>
ServiceProviderSummaryCollection. getItems()
List of ServiceProviderSummary objects.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderSummary Modifier and Type Method Description ServiceProviderSummary.Builder
ServiceProviderSummary.Builder. copy(ServiceProviderSummary model)
Method parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderSummary Modifier and Type Method Description ServiceProviderSummaryCollection.Builder
ServiceProviderSummaryCollection.Builder. items(List<ServiceProviderSummary> items)
List of ServiceProviderSummary objects.Constructor parameters in com.oracle.bmc.delegateaccesscontrol.model with type arguments of type ServiceProviderSummary Constructor Description ServiceProviderSummaryCollection(List<ServiceProviderSummary> items)
Deprecated.
-