Uses of Class
software.amazon.awssdk.services.xray.model.Alias
-
Packages that use Alias Package Description software.amazon.awssdk.services.xray.model -
-
Uses of Alias in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Alias Modifier and Type Method Description List<Alias>Edge. aliases()Aliases for the edge.Methods in software.amazon.awssdk.services.xray.model with parameters of type Alias Modifier and Type Method Description Edge.BuilderEdge.Builder. aliases(Alias... aliases)Aliases for the edge.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Alias Modifier and Type Method Description Edge.BuilderEdge.Builder. aliases(Collection<Alias> aliases)Aliases for the edge.
-