Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingEndpointDescription
-
Packages that use CustomRoutingEndpointDescription Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of CustomRoutingEndpointDescription in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingEndpointDescription Modifier and Type Method Description List<CustomRoutingEndpointDescription>AddCustomRoutingEndpointsResponse. endpointDescriptions()The endpoint objects added to the custom routing accelerator.List<CustomRoutingEndpointDescription>CustomRoutingEndpointGroup. endpointDescriptions()For a custom routing accelerator, describes the 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 CustomRoutingEndpointDescription Modifier and Type Method Description AddCustomRoutingEndpointsResponse.BuilderAddCustomRoutingEndpointsResponse.Builder. endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)The endpoint objects added to the custom routing accelerator.CustomRoutingEndpointGroup.BuilderCustomRoutingEndpointGroup.Builder. endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)For a custom routing accelerator, describes the 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 CustomRoutingEndpointDescription Modifier and Type Method Description AddCustomRoutingEndpointsResponse.BuilderAddCustomRoutingEndpointsResponse.Builder. endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)The endpoint objects added to the custom routing accelerator.CustomRoutingEndpointGroup.BuilderCustomRoutingEndpointGroup.Builder. endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
-