Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.EndpointDescription
-
Packages that use EndpointDescription Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of EndpointDescription in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type EndpointDescription Modifier and Type Method Description List<EndpointDescription>AddEndpointsResponse. endpointDescriptions()The list of endpoint objects.List<EndpointDescription>EndpointGroup. endpointDescriptions()The list of endpoint objects.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type EndpointDescription Modifier and Type Method Description AddEndpointsResponse.BuilderAddEndpointsResponse.Builder. endpointDescriptions(EndpointDescription... endpointDescriptions)The list of endpoint objects.EndpointGroup.BuilderEndpointGroup.Builder. endpointDescriptions(EndpointDescription... endpointDescriptions)The list of endpoint objects.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type EndpointDescription Modifier and Type Method Description AddEndpointsResponse.BuilderAddEndpointsResponse.Builder. endpointDescriptions(Collection<EndpointDescription> endpointDescriptions)The list of endpoint objects.EndpointGroup.BuilderEndpointGroup.Builder. endpointDescriptions(Collection<EndpointDescription> endpointDescriptions)The list of endpoint objects.
-