| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Accelerator.Builder |
Accelerator.Builder.ipSets(IpSet... ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
CustomRoutingAccelerator.Builder |
CustomRoutingAccelerator.Builder.ipSets(IpSet... ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
Accelerator.Builder |
Accelerator.Builder.ipSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
CustomRoutingAccelerator.Builder |
CustomRoutingAccelerator.Builder.ipSets(Collection<IpSet> ipSets)
The static IP addresses that Global Accelerator associates with the accelerator.
|
Copyright © 2023. All rights reserved.