Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.WithdrawByoipCidrResponse
-
Packages that use WithdrawByoipCidrResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of WithdrawByoipCidrResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return WithdrawByoipCidrResponse Modifier and Type Method Description default WithdrawByoipCidrResponseGlobalAcceleratorClient. withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool.default WithdrawByoipCidrResponseGlobalAcceleratorClient. withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type WithdrawByoipCidrResponse Modifier and Type Method Description default CompletableFuture<WithdrawByoipCidrResponse>GlobalAcceleratorAsyncClient. withdrawByoipCidr(Consumer<WithdrawByoipCidrRequest.Builder> withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool.default CompletableFuture<WithdrawByoipCidrResponse>GlobalAcceleratorAsyncClient. withdrawByoipCidr(WithdrawByoipCidrRequest withdrawByoipCidrRequest)Stops advertising an address range that is provisioned as an address pool.
-