Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
InsightImpactGraphService |
InsightImpactGraphService.clone() |
InsightImpactGraphService |
InsightImpactGraphService.withAccountId(String accountId)
Identifier of the Amazon Web Services account in which the service runs.
|
InsightImpactGraphService |
InsightImpactGraphService.withEdges(Collection<InsightImpactGraphEdge> edges)
Connections to downstream services.
|
InsightImpactGraphService |
InsightImpactGraphService.withEdges(InsightImpactGraphEdge... edges)
Connections to downstream services.
|
InsightImpactGraphService |
InsightImpactGraphService.withName(String name)
The canonical name of the service.
|
InsightImpactGraphService |
InsightImpactGraphService.withNames(Collection<String> names)
A list of names for the service, including the canonical name.
|
InsightImpactGraphService |
InsightImpactGraphService.withNames(String... names)
A list of names for the service, including the canonical name.
|
InsightImpactGraphService |
InsightImpactGraphService.withReferenceId(Integer referenceId)
Identifier for the service.
|
InsightImpactGraphService |
InsightImpactGraphService.withType(String type)
Identifier for the service.
|
Modifier and Type | Method and Description |
---|---|
List<InsightImpactGraphService> |
GetInsightImpactGraphResult.getServices()
The Amazon Web Services instrumented services related to the insight.
|
Modifier and Type | Method and Description |
---|---|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withServices(InsightImpactGraphService... services)
The Amazon Web Services instrumented services related to the insight.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInsightImpactGraphResult.setServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
GetInsightImpactGraphResult |
GetInsightImpactGraphResult.withServices(Collection<InsightImpactGraphService> services)
The Amazon Web Services instrumented services related to the insight.
|
Copyright © 2021. All rights reserved.