Uses of Class
software.amazon.awssdk.services.ec2.model.ByoipCidr
-
Packages that use ByoipCidr Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of ByoipCidr in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ByoipCidr Modifier and Type Method Description ByoipCidrAdvertiseByoipCidrResponse. byoipCidr()Information about the address range.ByoipCidrDeprovisionByoipCidrResponse. byoipCidr()Information about the address range.ByoipCidrMoveByoipCidrToIpamResponse. byoipCidr()The BYOIP CIDR.ByoipCidrProvisionByoipCidrResponse. byoipCidr()Information about the address range.ByoipCidrWithdrawByoipCidrResponse. byoipCidr()Information about the address pool.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ByoipCidr Modifier and Type Method Description List<ByoipCidr>DescribeByoipCidrsResponse. byoipCidrs()Information about your address ranges.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ByoipCidr Modifier and Type Method Description AdvertiseByoipCidrResponse.BuilderAdvertiseByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address range.DeprovisionByoipCidrResponse.BuilderDeprovisionByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address range.MoveByoipCidrToIpamResponse.BuilderMoveByoipCidrToIpamResponse.Builder. byoipCidr(ByoipCidr byoipCidr)The BYOIP CIDR.ProvisionByoipCidrResponse.BuilderProvisionByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address range.WithdrawByoipCidrResponse.BuilderWithdrawByoipCidrResponse.Builder. byoipCidr(ByoipCidr byoipCidr)Information about the address pool.DescribeByoipCidrsResponse.BuilderDescribeByoipCidrsResponse.Builder. byoipCidrs(ByoipCidr... byoipCidrs)Information about your address ranges.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ByoipCidr Modifier and Type Method Description DescribeByoipCidrsResponse.BuilderDescribeByoipCidrsResponse.Builder. byoipCidrs(Collection<ByoipCidr> byoipCidrs)Information about your address ranges. -
Uses of ByoipCidr in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ByoipCidr Modifier and Type Method Description SdkIterable<ByoipCidr>DescribeByoipCidrsIterable. byoipCidrs()Returns an iterable to iterate through the paginatedDescribeByoipCidrsResponse.byoipCidrs()member.SdkPublisher<ByoipCidr>DescribeByoipCidrsPublisher. byoipCidrs()Returns a publisher that can be used to get a stream of data.
-