Uses of Class
software.amazon.awssdk.services.networkmanager.model.CoreNetworkNetworkFunctionGroup
-
Packages that use CoreNetworkNetworkFunctionGroup Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CoreNetworkNetworkFunctionGroup in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CoreNetworkNetworkFunctionGroup Modifier and Type Method Description List<CoreNetworkNetworkFunctionGroup>CoreNetwork. networkFunctionGroups()The network function groups associated with a core network.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type CoreNetworkNetworkFunctionGroup Modifier and Type Method Description CoreNetwork.BuilderCoreNetwork.Builder. networkFunctionGroups(CoreNetworkNetworkFunctionGroup... networkFunctionGroups)The network function groups associated with a core network.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type CoreNetworkNetworkFunctionGroup Modifier and Type Method Description CoreNetwork.BuilderCoreNetwork.Builder. networkFunctionGroups(Collection<CoreNetworkNetworkFunctionGroup> networkFunctionGroups)The network function groups associated with a core network.
-