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 Amazon Web Services account ID.
|
CoipAddressUsage |
CoipAddressUsage.withAwsService(String awsService)
The Amazon Web Services 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 © 2023. All rights reserved.