| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.clone() |
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceCidr(String resourceCidr)
The CIDR of the resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceComplianceStatus(IpamComplianceStatus resourceComplianceStatus)
The compliance status of a resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceComplianceStatus(String resourceComplianceStatus)
The compliance status of a resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceId(String resourceId)
The ID of the resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceName(String resourceName)
The name of the resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceOverlapStatus(IpamOverlapStatus resourceOverlapStatus)
The overlap status of an IPAM resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceOverlapStatus(String resourceOverlapStatus)
The overlap status of an IPAM resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceOwnerId(String resourceOwnerId)
The ID of the resource owner.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceType(IpamAddressHistoryResourceType resourceType)
The type of the resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withResourceType(String resourceType)
The type of the resource.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withSampledEndTime(Date sampledEndTime)
Sampled end time of the resource-to-CIDR association within the IPAM scope.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withSampledStartTime(Date sampledStartTime)
Sampled start time of the resource-to-CIDR association within the IPAM scope.
|
IpamAddressHistoryRecord |
IpamAddressHistoryRecord.withVpcId(String vpcId)
The VPC ID of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpamAddressHistoryRecord> |
GetIpamAddressHistoryResult.getHistoryRecords()
A historical record for a CIDR within an IPAM scope.
|
| Modifier and Type | Method and Description |
|---|---|
GetIpamAddressHistoryResult |
GetIpamAddressHistoryResult.withHistoryRecords(IpamAddressHistoryRecord... historyRecords)
A historical record for a CIDR within an IPAM scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIpamAddressHistoryResult.setHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
GetIpamAddressHistoryResult |
GetIpamAddressHistoryResult.withHistoryRecords(Collection<IpamAddressHistoryRecord> historyRecords)
A historical record for a CIDR within an IPAM scope.
|
Copyright © 2022. All rights reserved.