Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingEndpointConfiguration
-
Packages that use CustomRoutingEndpointConfiguration Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of CustomRoutingEndpointConfiguration in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingEndpointConfiguration Modifier and Type Method Description List<CustomRoutingEndpointConfiguration>AddCustomRoutingEndpointsRequest. endpointConfigurations()The list of endpoint objects to add to a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingEndpointConfiguration Modifier and Type Method Description AddCustomRoutingEndpointsRequest.BuilderAddCustomRoutingEndpointsRequest.Builder. endpointConfigurations(CustomRoutingEndpointConfiguration... endpointConfigurations)The list of endpoint objects to add to a custom routing accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type CustomRoutingEndpointConfiguration Modifier and Type Method Description AddCustomRoutingEndpointsRequest.BuilderAddCustomRoutingEndpointsRequest.Builder. endpointConfigurations(Collection<CustomRoutingEndpointConfiguration> endpointConfigurations)The list of endpoint objects to add to a custom routing accelerator.
-