Uses of Class
software.amazon.awssdk.services.ec2.model.Ipam
Packages that use Ipam
Package
Description
-
Uses of Ipam in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamModifier and TypeMethodDescriptionfinal IpamCreateIpamResponse.ipam()Information about the IPAM created.final IpamDeleteIpamResponse.ipam()Information about the results of the deletion.final IpamModifyIpamResponse.ipam()The results of the modification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamMethods in software.amazon.awssdk.services.ec2.model with parameters of type IpamModifier and TypeMethodDescriptionInformation about the IPAM created.Information about the results of the deletion.The results of the modification.Information about the IPAMs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamModifier and TypeMethodDescriptionDescribeIpamsResponse.Builder.ipams(Collection<Ipam> ipams) Information about the IPAMs. -
Uses of Ipam in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type IpamModifier and TypeMethodDescriptionfinal SdkIterable<Ipam>DescribeIpamsIterable.ipams()Returns an iterable to iterate through the paginatedDescribeIpamsResponse.ipams()member.final SdkPublisher<Ipam>DescribeIpamsPublisher.ipams()Returns a publisher that can be used to get a stream of data.