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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPoolAllocationModifier and TypeMethodDescriptionfinal 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.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 TypeMethodDescriptionGetIpamPoolAllocationsResponse.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>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.