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