| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceDependency |
ServiceDependency.addDependencyKeyAttributesEntry(String key,
String value)
Add a single DependencyKeyAttributes entry
|
ServiceDependency |
ServiceDependency.clearDependencyKeyAttributesEntries()
Removes all the entries added into DependencyKeyAttributes.
|
ServiceDependency |
ServiceDependency.clone() |
ServiceDependency |
ServiceDependency.withDependencyKeyAttributes(Map<String,String> dependencyKeyAttributes)
This is a string-to-string map.
|
ServiceDependency |
ServiceDependency.withDependencyOperationName(String dependencyOperationName)
The name of the called operation in the dependency.
|
ServiceDependency |
ServiceDependency.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service dependency
that was discovered by Application Signals.
|
ServiceDependency |
ServiceDependency.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service dependency
that was discovered by Application Signals.
|
ServiceDependency |
ServiceDependency.withOperationName(String operationName)
The name of the operation in this service that calls the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDependency> |
ListServiceDependenciesResult.getServiceDependencies()
An array, where each object in the array contains information about one of the dependencies of this service.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceDependenciesResult |
ListServiceDependenciesResult.withServiceDependencies(ServiceDependency... serviceDependencies)
An array, where each object in the array contains information about one of the dependencies of this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceDependenciesResult.setServiceDependencies(Collection<ServiceDependency> serviceDependencies)
An array, where each object in the array contains information about one of the dependencies of this service.
|
ListServiceDependenciesResult |
ListServiceDependenciesResult.withServiceDependencies(Collection<ServiceDependency> serviceDependencies)
An array, where each object in the array contains information about one of the dependencies of this service.
|
Copyright © 2024. All rights reserved.