Uses of Class
com.oracle.bmc.identity.model.NetworkSourcesSummary
- 
Packages that use NetworkSourcesSummary Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses 
- 
- 
Uses of NetworkSourcesSummary in com.oracle.bmc.identityMethods in com.oracle.bmc.identity that return types with arguments of type NetworkSourcesSummary Modifier and Type Method Description Iterable<NetworkSourcesSummary>IdentityPaginators. listNetworkSourcesRecordIterator(ListNetworkSourcesRequest request)Creates a new iterable which will iterate over theNetworkSourcesSummaryobjects contained in responses from the listNetworkSources operation.
- 
Uses of NetworkSourcesSummary in com.oracle.bmc.identity.modelMethods in com.oracle.bmc.identity.model that return NetworkSourcesSummary Modifier and Type Method Description NetworkSourcesSummaryNetworkSourcesSummary.Builder. build()Methods in com.oracle.bmc.identity.model with parameters of type NetworkSourcesSummary Modifier and Type Method Description NetworkSourcesSummary.BuilderNetworkSourcesSummary.Builder. copy(NetworkSourcesSummary model)
- 
Uses of NetworkSourcesSummary in com.oracle.bmc.identity.responsesMethods in com.oracle.bmc.identity.responses that return types with arguments of type NetworkSourcesSummary Modifier and Type Method Description List<NetworkSourcesSummary>ListNetworkSourcesResponse. getItems()A list of com.oracle.bmc.identity.model.NetworkSourcesSummary instances.Method parameters in com.oracle.bmc.identity.responses with type arguments of type NetworkSourcesSummary Modifier and Type Method Description ListNetworkSourcesResponse.BuilderListNetworkSourcesResponse.Builder. items(List<NetworkSourcesSummary> items)A list of com.oracle.bmc.identity.model.NetworkSourcesSummary instances.
 
-