Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AllowCustomRoutingTrafficResponse
-
Packages that use AllowCustomRoutingTrafficResponse Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator -
-
Uses of AllowCustomRoutingTrafficResponse in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator that return AllowCustomRoutingTrafficResponse Modifier and Type Method Description default AllowCustomRoutingTrafficResponseGlobalAcceleratorClient. allowCustomRoutingTraffic(Consumer<AllowCustomRoutingTrafficRequest.Builder> allowCustomRoutingTrafficRequest)Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic for a custom routing accelerator.default AllowCustomRoutingTrafficResponseGlobalAcceleratorClient. allowCustomRoutingTraffic(AllowCustomRoutingTrafficRequest allowCustomRoutingTrafficRequest)Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic for a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator that return types with arguments of type AllowCustomRoutingTrafficResponse Modifier and Type Method Description default CompletableFuture<AllowCustomRoutingTrafficResponse>GlobalAcceleratorAsyncClient. allowCustomRoutingTraffic(Consumer<AllowCustomRoutingTrafficRequest.Builder> allowCustomRoutingTrafficRequest)Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic for a custom routing accelerator.default CompletableFuture<AllowCustomRoutingTrafficResponse>GlobalAcceleratorAsyncClient. allowCustomRoutingTraffic(AllowCustomRoutingTrafficRequest allowCustomRoutingTrafficRequest)Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic for a custom routing accelerator.
-