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.identity
Methods 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 theNetworkSourcesSummary
objects contained in responses from the listNetworkSources operation. -
Uses of NetworkSourcesSummary in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return NetworkSourcesSummary Modifier and Type Method Description NetworkSourcesSummary
NetworkSourcesSummary.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type NetworkSourcesSummary Modifier and Type Method Description NetworkSourcesSummary.Builder
NetworkSourcesSummary.Builder. copy(NetworkSourcesSummary model)
-
Uses of NetworkSourcesSummary in com.oracle.bmc.identity.responses
Methods 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.Builder
ListNetworkSourcesResponse.Builder. items(List<NetworkSourcesSummary> items)
A list of com.oracle.bmc.identity.model.NetworkSourcesSummary instances.
-