Uses of Class
software.amazon.awssdk.services.ec2.model.WithdrawByoipCidrResponse
Packages that use WithdrawByoipCidrResponse
-
Uses of WithdrawByoipCidrResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return WithdrawByoipCidrResponseModifier and TypeMethodDescriptiondefault WithdrawByoipCidrResponseEc2Client.withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest) Stops advertising an address range that is provisioned as an address pool.default WithdrawByoipCidrResponseEc2Client.withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest) Stops advertising an address range that is provisioned as an address pool.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type WithdrawByoipCidrResponseModifier and TypeMethodDescriptionEc2AsyncClient.withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest) Stops advertising an address range that is provisioned as an address pool.Ec2AsyncClient.withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest) Stops advertising an address range that is provisioned as an address pool.