Uses of Class
software.amazon.awssdk.services.ec2.model.IpamAddressHistoryRecord
Packages that use IpamAddressHistoryRecord
Package
Description
-
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 IpamAddressHistoryRecordModifier and TypeMethodDescriptionfinal 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 IpamAddressHistoryRecordModifier and TypeMethodDescriptionGetIpamAddressHistoryResponse.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 IpamAddressHistoryRecordModifier and TypeMethodDescriptionGetIpamAddressHistoryResponse.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 IpamAddressHistoryRecordModifier and TypeMethodDescriptionGetIpamAddressHistoryIterable.historyRecords()Returns an iterable to iterate through the paginatedGetIpamAddressHistoryResponse.historyRecords()member.GetIpamAddressHistoryPublisher.historyRecords()Returns a publisher that can be used to get a stream of data.