Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.IpSet
-
Packages that use IpSet Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of IpSet in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type IpSet Modifier and Type Method Description List<IpSet>Accelerator. ipSets()The static IP addresses that Global Accelerator associates with the accelerator.List<IpSet>CustomRoutingAccelerator. ipSets()The static IP addresses that Global Accelerator associates with the accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type IpSet Modifier and Type Method Description Accelerator.BuilderAccelerator.Builder. ipSets(IpSet... ipSets)The static IP addresses that Global Accelerator associates with the accelerator.CustomRoutingAccelerator.BuilderCustomRoutingAccelerator.Builder. ipSets(IpSet... ipSets)The static IP addresses that Global Accelerator associates with the accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type IpSet Modifier and Type Method Description Accelerator.BuilderAccelerator.Builder. ipSets(Collection<IpSet> ipSets)The static IP addresses that Global Accelerator associates with the accelerator.CustomRoutingAccelerator.BuilderCustomRoutingAccelerator.Builder. ipSets(Collection<IpSet> ipSets)The static IP addresses that Global Accelerator associates with the accelerator.
-