Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingDestinationDescription
-
Packages that use CustomRoutingDestinationDescription Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of CustomRoutingDestinationDescription in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingDestinationDescription Modifier and Type Method Description List<CustomRoutingDestinationDescription>CustomRoutingEndpointGroup. destinationDescriptions()For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingDestinationDescription Modifier and Type Method Description CustomRoutingEndpointGroup.BuilderCustomRoutingEndpointGroup.Builder. destinationDescriptions(CustomRoutingDestinationDescription... destinationDescriptions)For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type CustomRoutingDestinationDescription Modifier and Type Method Description CustomRoutingEndpointGroup.BuilderCustomRoutingEndpointGroup.Builder. destinationDescriptions(Collection<CustomRoutingDestinationDescription> destinationDescriptions)For a custom routing accelerator, describes the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
-