Uses of Class
software.amazon.awssdk.services.ec2.model.ByoipCidr
Packages that use ByoipCidr
Package
Description
-
Uses of ByoipCidr in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ByoipCidrModifier and TypeMethodDescriptionfinal ByoipCidrAdvertiseByoipCidrResponse.byoipCidr()Information about the address range.final ByoipCidrDeprovisionByoipCidrResponse.byoipCidr()Information about the address range.final ByoipCidrMoveByoipCidrToIpamResponse.byoipCidr()The BYOIP CIDR.final ByoipCidrProvisionByoipCidrResponse.byoipCidr()Information about the address range.final ByoipCidrWithdrawByoipCidrResponse.byoipCidr()Information about the address pool.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ByoipCidrModifier and TypeMethodDescriptionDescribeByoipCidrsResponse.byoipCidrs()Information about your address ranges.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ByoipCidrModifier and TypeMethodDescriptionInformation about the address range.Information about the address range.The BYOIP CIDR.Information about the address range.Information about the address pool.DescribeByoipCidrsResponse.Builder.byoipCidrs(ByoipCidr... byoipCidrs) Information about your address ranges.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ByoipCidrModifier and TypeMethodDescriptionDescribeByoipCidrsResponse.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 ByoipCidrModifier and TypeMethodDescriptionfinal SdkIterable<ByoipCidr>DescribeByoipCidrsIterable.byoipCidrs()Returns an iterable to iterate through the paginatedDescribeByoipCidrsResponse.byoipCidrs()member.final SdkPublisher<ByoipCidr>DescribeByoipCidrsPublisher.byoipCidrs()Returns a publisher that can be used to get a stream of data.