| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IpamAddressHistoryRecord> |
GetIpamAddressHistoryResponse.historyRecords()
A historical record for a CIDR within an IPAM scope.
|
| Modifier and Type | Method and Description |
|---|---|
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.Builder.historyRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
| Modifier and Type | Method and Description |
|---|---|
GetIpamAddressHistoryResponse.Builder |
GetIpamAddressHistoryResponse.Builder.historyRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<IpamAddressHistoryRecord> |
GetIpamAddressHistoryIterable.historyRecords()
Returns an iterable to iterate through the paginated
GetIpamAddressHistoryResponse.historyRecords()
member. |
SdkPublisher<IpamAddressHistoryRecord> |
GetIpamAddressHistoryPublisher.historyRecords()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.