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