| Package | Description |
|---|---|
| com.amazonaws.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
Alias |
Alias.clone() |
Alias |
Alias.withName(String name)
The canonical name of the alias.
|
Alias |
Alias.withNames(Collection<String> names)
A list of names for the alias, including the canonical name.
|
Alias |
Alias.withNames(String... names)
A list of names for the alias, including the canonical name.
|
Alias |
Alias.withType(String type)
The type of the alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
Edge.getAliases()
Aliases for the edge.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
Edge.withAliases(Alias... aliases)
Aliases for the edge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Edge.setAliases(Collection<Alias> aliases)
Aliases for the edge.
|
Edge |
Edge.withAliases(Collection<Alias> aliases)
Aliases for the edge.
|
Copyright © 2020. All rights reserved.