| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
IpSet |
IpSet.clone() |
IpSet |
IpSet.withIpAddresses(Collection<String> ipAddresses)
The array of IP addresses in the IP address set.
|
IpSet |
IpSet.withIpAddresses(String... ipAddresses)
The array of IP addresses in the IP address set.
|
IpSet |
IpSet.withIpAddressFamily(IpAddressFamily ipAddressFamily)
The types of IP addresses included in this IP set.
|
IpSet |
IpSet.withIpAddressFamily(String ipAddressFamily)
The types of IP addresses included in this IP set.
|
IpSet |
IpSet.withIpFamily(String ipFamily)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpSet> |
Accelerator.getIpSets()
The static IP addresses that Global Accelerator associates with the accelerator.
|
List<IpSet> |
CustomRoutingAccelerator.getIpSets()
The static IP addresses that Global Accelerator associates with the accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
Accelerator |
Accelerator.withIpSets(IpSet... ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
CustomRoutingAccelerator |
CustomRoutingAccelerator.withIpSets(IpSet... ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Accelerator.setIpSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
void |
CustomRoutingAccelerator.setIpSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
Accelerator |
Accelerator.withIpSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
CustomRoutingAccelerator |
CustomRoutingAccelerator.withIpSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
Copyright © 2025. All rights reserved.