Uses of Class
software.amazon.awssdk.services.ec2.model.GetIpamAddressHistoryResponse
-
Packages that use GetIpamAddressHistoryResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetIpamAddressHistoryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetIpamAddressHistoryResponse Modifier and Type Method Description default GetIpamAddressHistoryResponseEc2Client. getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope.default GetIpamAddressHistoryResponseEc2Client. getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetIpamAddressHistoryResponse Modifier and Type Method Description default CompletableFuture<GetIpamAddressHistoryResponse>Ec2AsyncClient. getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope.default CompletableFuture<GetIpamAddressHistoryResponse>Ec2AsyncClient. getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)Retrieve historical information about a CIDR within an IPAM scope. -
Uses of GetIpamAddressHistoryResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetIpamAddressHistoryResponse Modifier and Type Method Description Iterator<GetIpamAddressHistoryResponse>GetIpamAddressHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetIpamAddressHistoryResponse Modifier and Type Method Description voidGetIpamAddressHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetIpamAddressHistoryResponse> subscriber)
-