Uses of Class
com.oracle.bmc.identity.model.NetworkSources
-
Packages that use NetworkSources Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of NetworkSources in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return NetworkSources Modifier and Type Method Description NetworkSources
NetworkSources.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type NetworkSources Modifier and Type Method Description NetworkSources.Builder
NetworkSources.Builder. copy(NetworkSources model)
-
Uses of NetworkSources in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return NetworkSources Modifier and Type Method Description NetworkSources
CreateNetworkSourceResponse. getNetworkSources()
The returned NetworkSources instance.NetworkSources
GetNetworkSourceResponse. getNetworkSources()
The returned NetworkSources instance.NetworkSources
UpdateNetworkSourceResponse. getNetworkSources()
The returned NetworkSources instance.Methods in com.oracle.bmc.identity.responses with parameters of type NetworkSources Modifier and Type Method Description CreateNetworkSourceResponse.Builder
CreateNetworkSourceResponse.Builder. networkSources(NetworkSources networkSources)
The returned NetworkSources instance.GetNetworkSourceResponse.Builder
GetNetworkSourceResponse.Builder. networkSources(NetworkSources networkSources)
The returned NetworkSources instance.UpdateNetworkSourceResponse.Builder
UpdateNetworkSourceResponse.Builder. networkSources(NetworkSources networkSources)
The returned NetworkSources instance.
-