Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.AllowCustomRoutingTrafficRequest
-
Packages that use AllowCustomRoutingTrafficRequest Package Description software.amazon.awssdk.services.globalaccelerator Global Accelerator software.amazon.awssdk.services.globalaccelerator.transform -
-
Uses of AllowCustomRoutingTrafficRequest in software.amazon.awssdk.services.globalaccelerator
Methods in software.amazon.awssdk.services.globalaccelerator with parameters of type AllowCustomRoutingTrafficRequest Modifier and Type Method Description 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.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. -
Uses of AllowCustomRoutingTrafficRequest in software.amazon.awssdk.services.globalaccelerator.transform
Methods in software.amazon.awssdk.services.globalaccelerator.transform with parameters of type AllowCustomRoutingTrafficRequest Modifier and Type Method Description SdkHttpFullRequestAllowCustomRoutingTrafficRequestMarshaller. marshall(AllowCustomRoutingTrafficRequest allowCustomRoutingTrafficRequest)
-