| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.builder() |
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.Builder.historyRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.Builder.historyRecords(Consumer<IpamAddressHistoryRecord.Builder>... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.Builder.historyRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.Builder.nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIpamAddressHistoryResponse.Builder> |
GetIpamAddressHistoryResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.