| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceDependent |
ServiceDependent.addDependentKeyAttributesEntry(String key,
String value)
Add a single DependentKeyAttributes entry
|
ServiceDependent |
ServiceDependent.clearDependentKeyAttributesEntries()
Removes all the entries added into DependentKeyAttributes.
|
ServiceDependent |
ServiceDependent.clone() |
ServiceDependent |
ServiceDependent.withDependentKeyAttributes(Map<String,String> dependentKeyAttributes)
This is a string-to-string map.
|
ServiceDependent |
ServiceDependent.withDependentOperationName(String dependentOperationName)
If the dependent invoker was a service that invoked it from an operation, the name of that dependent operation is
displayed here.
|
ServiceDependent |
ServiceDependent.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service dependent that
was discovered by Application Signals.
|
ServiceDependent |
ServiceDependent.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service dependent that
was discovered by Application Signals.
|
ServiceDependent |
ServiceDependent.withOperationName(String operationName)
If the invoked entity is an operation on an entity, the name of that dependent operation is displayed here.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDependent> |
ListServiceDependentsResult.getServiceDependents()
An array, where each object in the array contains information about one of the dependents of this service.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceDependentsResult |
ListServiceDependentsResult.withServiceDependents(ServiceDependent... serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceDependentsResult.setServiceDependents(Collection<ServiceDependent> serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
|
ListServiceDependentsResult |
ListServiceDependentsResult.withServiceDependents(Collection<ServiceDependent> serviceDependents)
An array, where each object in the array contains information about one of the dependents of this service.
|
Copyright © 2024. All rights reserved.