Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPoolAllocation
Packages that use IpamPoolAllocation
Package
Description
-
Uses of IpamPoolAllocation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPoolAllocationModifier and TypeMethodDescriptionfinal IpamPoolAllocationAllocateIpamPoolCidrResponse.ipamPoolAllocation()Information about the allocation created.final IpamPoolAllocationModifyIpamPoolAllocationResponse.ipamPoolAllocation()The modified IPAM pool allocation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPoolAllocationModifier and TypeMethodDescriptionfinal List<IpamPoolAllocation>DescribeIpamPoolAllocationsResponse.ipamPoolAllocations()Information about the IPAM pool allocations.final List<IpamPoolAllocation>GetIpamPoolAllocationsResponse.ipamPoolAllocations()The IPAM pool allocations you want information on.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPoolAllocationModifier and TypeMethodDescriptionAllocateIpamPoolCidrResponse.Builder.ipamPoolAllocation(IpamPoolAllocation ipamPoolAllocation) Information about the allocation created.ModifyIpamPoolAllocationResponse.Builder.ipamPoolAllocation(IpamPoolAllocation ipamPoolAllocation) The modified IPAM pool allocation.DescribeIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations) Information about the IPAM pool allocations.GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(IpamPoolAllocation... ipamPoolAllocations) The IPAM pool allocations you want information on.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPoolAllocationModifier and TypeMethodDescriptionDescribeIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations) Information about the IPAM pool allocations.GetIpamPoolAllocationsResponse.Builder.ipamPoolAllocations(Collection<IpamPoolAllocation> ipamPoolAllocations) The IPAM pool allocations you want information on. -
Uses of IpamPoolAllocation in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type IpamPoolAllocationModifier and TypeMethodDescriptionfinal SdkIterable<IpamPoolAllocation>DescribeIpamPoolAllocationsIterable.ipamPoolAllocations()Returns an iterable to iterate through the paginatedDescribeIpamPoolAllocationsResponse.ipamPoolAllocations()member.final SdkPublisher<IpamPoolAllocation>DescribeIpamPoolAllocationsPublisher.ipamPoolAllocations()Returns a publisher that can be used to get a stream of data.final SdkIterable<IpamPoolAllocation>GetIpamPoolAllocationsIterable.ipamPoolAllocations()Returns an iterable to iterate through the paginatedGetIpamPoolAllocationsResponse.ipamPoolAllocations()member.final SdkPublisher<IpamPoolAllocation>GetIpamPoolAllocationsPublisher.ipamPoolAllocations()Returns a publisher that can be used to get a stream of data.