Uses of Class
software.amazon.awssdk.services.ec2.model.DeprovisionByoipCidrResponse
Packages that use DeprovisionByoipCidrResponse
-
Uses of DeprovisionByoipCidrResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeprovisionByoipCidrResponseModifier and TypeMethodDescriptiondefault DeprovisionByoipCidrResponseEc2Client.deprovisionByoipCidr(Consumer<DeprovisionByoipCidrRequest.Builder> deprovisionByoipCidrRequest) Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.default DeprovisionByoipCidrResponseEc2Client.deprovisionByoipCidr(DeprovisionByoipCidrRequest deprovisionByoipCidrRequest) Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeprovisionByoipCidrResponseModifier and TypeMethodDescriptionEc2AsyncClient.deprovisionByoipCidr(Consumer<DeprovisionByoipCidrRequest.Builder> deprovisionByoipCidrRequest) Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.Ec2AsyncClient.deprovisionByoipCidr(DeprovisionByoipCidrRequest deprovisionByoipCidrRequest) Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.