Uses of Class
software.amazon.awssdk.services.ec2.model.IpamAddressHistoryRecord
-
Packages that use IpamAddressHistoryRecord Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of IpamAddressHistoryRecord in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamAddressHistoryRecord Modifier and Type Method Description List<IpamAddressHistoryRecord>GetIpamAddressHistoryResponse. historyRecords()A historical record for a CIDR within an IPAM scope.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamAddressHistoryRecord Modifier and Type Method Description GetIpamAddressHistoryResponse.BuilderGetIpamAddressHistoryResponse.Builder. historyRecords(IpamAddressHistoryRecord... historyRecords)A historical record for a CIDR within an IPAM scope.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamAddressHistoryRecord Modifier and Type Method Description GetIpamAddressHistoryResponse.BuilderGetIpamAddressHistoryResponse.Builder. historyRecords(Collection<IpamAddressHistoryRecord> historyRecords)A historical record for a CIDR within an IPAM scope. -
Uses of IpamAddressHistoryRecord in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type IpamAddressHistoryRecord Modifier and Type Method Description SdkIterable<IpamAddressHistoryRecord>GetIpamAddressHistoryIterable. historyRecords()Returns an iterable to iterate through the paginatedGetIpamAddressHistoryResponse.historyRecords()member.SdkPublisher<IpamAddressHistoryRecord>GetIpamAddressHistoryPublisher. historyRecords()Returns a publisher that can be used to get a stream of data.
-