| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
CoipAddressUsage |
CoipAddressUsage.clone() |
CoipAddressUsage |
CoipAddressUsage.withAllocationId(String allocationId)
The allocation ID of the address.
|
CoipAddressUsage |
CoipAddressUsage.withAwsAccountId(String awsAccountId)
The AWS account ID.
|
CoipAddressUsage |
CoipAddressUsage.withAwsService(String awsService)
The AWS service.
|
CoipAddressUsage |
CoipAddressUsage.withCoIp(String coIp)
The customer-owned IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoipAddressUsage> |
GetCoipPoolUsageResult.getCoipAddressUsages()
Information about the address usage.
|
| Modifier and Type | Method and Description |
|---|---|
GetCoipPoolUsageResult |
GetCoipPoolUsageResult.withCoipAddressUsages(CoipAddressUsage... coipAddressUsages)
Information about the address usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCoipPoolUsageResult.setCoipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
|
GetCoipPoolUsageResult |
GetCoipPoolUsageResult.withCoipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
|
Copyright © 2020. All rights reserved.