Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AdvertiseByoipCidrResponse
-
Packages that use AdvertiseByoipCidrResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of AdvertiseByoipCidrResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return AdvertiseByoipCidrResponse Modifier and Type Method Description default AdvertiseByoipCidrResponseGlobalAcceleratorClient. advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest)Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).default AdvertiseByoipCidrResponseGlobalAcceleratorClient. advertiseByoipCidr(AdvertiseByoipCidrRequest advertiseByoipCidrRequest)Advertises an IPv4 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.globalaccelerator that return types with arguments of type AdvertiseByoipCidrResponse Modifier and Type Method Description default CompletableFuture<AdvertiseByoipCidrResponse>GlobalAcceleratorAsyncClient. advertiseByoipCidr(Consumer<AdvertiseByoipCidrRequest.Builder> advertiseByoipCidrRequest)Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).default CompletableFuture<AdvertiseByoipCidrResponse>GlobalAcceleratorAsyncClient. advertiseByoipCidr(AdvertiseByoipCidrRequest advertiseByoipCidrRequest)Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).
-