Uses of Class
software.amazon.awssdk.services.networkmanager.model.NetworkFunctionGroup
-
Packages that use NetworkFunctionGroup Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of NetworkFunctionGroup in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type NetworkFunctionGroup Modifier and Type Method Description List<NetworkFunctionGroup>Via. networkFunctionGroups()The list of network function groups associated with the service insertion action.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type NetworkFunctionGroup Modifier and Type Method Description Via.BuilderVia.Builder. networkFunctionGroups(NetworkFunctionGroup... networkFunctionGroups)The list of network function groups associated with the service insertion action.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type NetworkFunctionGroup Modifier and Type Method Description Via.BuilderVia.Builder. networkFunctionGroups(Collection<NetworkFunctionGroup> networkFunctionGroups)The list of network function groups associated with the service insertion action.
-