Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GetIpamAddressHistoryResult |
AbstractAmazonEC2.getIpamAddressHistory(GetIpamAddressHistoryRequest request) |
GetIpamAddressHistoryResult |
AmazonEC2.getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResult |
AmazonEC2Client.getIpamAddressHistory(GetIpamAddressHistoryRequest request)
Retrieve historical information about a CIDR within an IPAM scope.
|
Modifier and Type | Method and Description |
---|---|
Future<GetIpamAddressHistoryResult> |
AbstractAmazonEC2Async.getIpamAddressHistoryAsync(GetIpamAddressHistoryRequest request,
AsyncHandler<GetIpamAddressHistoryRequest,GetIpamAddressHistoryResult> asyncHandler) |
Future<GetIpamAddressHistoryResult> |
AmazonEC2Async.getIpamAddressHistoryAsync(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest,
AsyncHandler<GetIpamAddressHistoryRequest,GetIpamAddressHistoryResult> asyncHandler)
Retrieve historical information about a CIDR within an IPAM scope.
|
Future<GetIpamAddressHistoryResult> |
AmazonEC2AsyncClient.getIpamAddressHistoryAsync(GetIpamAddressHistoryRequest request,
AsyncHandler<GetIpamAddressHistoryRequest,GetIpamAddressHistoryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetIpamAddressHistoryResult |
GetIpamAddressHistoryResult.clone() |
GetIpamAddressHistoryResult |
GetIpamAddressHistoryResult.withHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResult |
GetIpamAddressHistoryResult.withHistoryRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResult |
GetIpamAddressHistoryResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2022. All rights reserved.