Uses of Class
software.amazon.awssdk.services.ec2.model.AdvertiseByoipCidrResponse
Packages that use AdvertiseByoipCidrResponse
-
Uses of AdvertiseByoipCidrResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AdvertiseByoipCidrResponseModifier and TypeMethodDescriptiondefault AdvertiseByoipCidrResponseEc2Client.advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest) Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).default AdvertiseByoipCidrResponseEc2Client.advertiseByoipCidr(AdvertiseByoipCidrRequest advertiseByoipCidrRequest) Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AdvertiseByoipCidrResponseModifier and TypeMethodDescriptionEc2AsyncClient.advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest) Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).Ec2AsyncClient.advertiseByoipCidr(AdvertiseByoipCidrRequest advertiseByoipCidrRequest) Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).