Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.clone() |
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withCidr(String cidr)
The CIDR you want the history of.
|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withEndTime(Date endTime)
The end of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withIpamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of historical results you would like returned per page.
|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withNextToken(String nextToken)
The token for the next page of results.
|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withStartTime(Date startTime)
The start of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest |
GetIpamAddressHistoryRequest.withVpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
|
Modifier and Type | Method and Description |
---|---|
Request<GetIpamAddressHistoryRequest> |
GetIpamAddressHistoryRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2025. All rights reserved.