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