Uses of Class
software.amazon.awssdk.services.ec2.model.Ipam
-
Packages that use Ipam Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of Ipam in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipam Modifier and Type Method Description IpamCreateIpamResponse. ipam()Information about the IPAM created.IpamDeleteIpamResponse. ipam()Information about the results of the deletion.IpamModifyIpamResponse. ipam()The results of the modification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipam Modifier and Type Method Description List<Ipam>DescribeIpamsResponse. ipams()Information about the IPAMs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Ipam Modifier and Type Method Description CreateIpamResponse.BuilderCreateIpamResponse.Builder. ipam(Ipam ipam)Information about the IPAM created.DeleteIpamResponse.BuilderDeleteIpamResponse.Builder. ipam(Ipam ipam)Information about the results of the deletion.ModifyIpamResponse.BuilderModifyIpamResponse.Builder. ipam(Ipam ipam)The results of the modification.DescribeIpamsResponse.BuilderDescribeIpamsResponse.Builder. ipams(Ipam... ipams)Information about the IPAMs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipam Modifier and Type Method Description DescribeIpamsResponse.BuilderDescribeIpamsResponse.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 Ipam Modifier and Type Method Description SdkIterable<Ipam>DescribeIpamsIterable. ipams()Returns an iterable to iterate through the paginatedDescribeIpamsResponse.ipams()member.SdkPublisher<Ipam>DescribeIpamsPublisher. ipams()Returns a publisher that can be used to get a stream of data.
-