| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
ByoipCidr |
ByoipCidr.clone() |
ByoipCidr |
ProvisionByoipCidrResult.getByoipCidr()
Information about the address range.
|
ByoipCidr |
DeprovisionByoipCidrResult.getByoipCidr()
Information about the address range.
|
ByoipCidr |
AdvertiseByoipCidrResult.getByoipCidr()
Information about the address range.
|
ByoipCidr |
WithdrawByoipCidrResult.getByoipCidr()
Information about the address pool.
|
ByoipCidr |
ByoipCidr.withCidr(String cidr)
The address range, in CIDR notation.
|
ByoipCidr |
ByoipCidr.withEvents(ByoipCidrEvent... events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own
IP address (BYOIP).
|
ByoipCidr |
ByoipCidr.withEvents(Collection<ByoipCidrEvent> events)
A history of status changes for an IP address range that you bring to Global Accelerator through bring your own
IP address (BYOIP).
|
ByoipCidr |
ByoipCidr.withState(ByoipCidrState state)
The state of the address pool.
|
ByoipCidr |
ByoipCidr.withState(String state)
The state of the address pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<ByoipCidr> |
ListByoipCidrsResult.getByoipCidrs()
Information about your address ranges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvisionByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
void |
DeprovisionByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
void |
AdvertiseByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
void |
WithdrawByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
ProvisionByoipCidrResult |
ProvisionByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
DeprovisionByoipCidrResult |
DeprovisionByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
AdvertiseByoipCidrResult |
AdvertiseByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
WithdrawByoipCidrResult |
WithdrawByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
ListByoipCidrsResult |
ListByoipCidrsResult.withByoipCidrs(ByoipCidr... byoipCidrs)
Information about your address ranges.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListByoipCidrsResult.setByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
|
ListByoipCidrsResult |
ListByoipCidrsResult.withByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
|
Copyright © 2023. All rights reserved.