Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ByoipCidr |
ByoipCidr.clone() |
ByoipCidr |
DeprovisionByoipCidrResult.getByoipCidr()
Information about the address range.
|
ByoipCidr |
WithdrawByoipCidrResult.getByoipCidr()
Information about the address pool.
|
ByoipCidr |
ProvisionByoipCidrResult.getByoipCidr()
Information about the address range.
|
ByoipCidr |
AdvertiseByoipCidrResult.getByoipCidr()
Information about the address range.
|
ByoipCidr |
ByoipCidr.withCidr(String cidr)
The address range, in CIDR notation.
|
ByoipCidr |
ByoipCidr.withDescription(String description)
The description of the address range.
|
ByoipCidr |
ByoipCidr.withState(ByoipCidrState state)
The state of the address pool.
|
ByoipCidr |
ByoipCidr.withState(String state)
The state of the address pool.
|
ByoipCidr |
ByoipCidr.withStatusMessage(String statusMessage)
Upon success, contains the ID of the address pool.
|
Modifier and Type | Method and Description |
---|---|
List<ByoipCidr> |
DescribeByoipCidrsResult.getByoipCidrs()
Information about your address ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
DeprovisionByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
void |
WithdrawByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
void |
ProvisionByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
void |
AdvertiseByoipCidrResult.setByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
DeprovisionByoipCidrResult |
DeprovisionByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
WithdrawByoipCidrResult |
WithdrawByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
ProvisionByoipCidrResult |
ProvisionByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
AdvertiseByoipCidrResult |
AdvertiseByoipCidrResult.withByoipCidr(ByoipCidr byoipCidr)
Information about the address range.
|
DescribeByoipCidrsResult |
DescribeByoipCidrsResult.withByoipCidrs(ByoipCidr... byoipCidrs)
Information about your address ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeByoipCidrsResult.setByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
|
DescribeByoipCidrsResult |
DescribeByoipCidrsResult.withByoipCidrs(Collection<ByoipCidr> byoipCidrs)
Information about your address ranges.
|
Copyright © 2021. All rights reserved.