| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceSummary |
ServiceSummary.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ServiceSummary |
ServiceSummary.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ServiceSummary |
ServiceSummary.clone() |
ServiceSummary |
ServiceSummary.withAttributeMaps(Collection<Map<String,String>> attributeMaps)
This structure contains one or more string-to-string maps that help identify this service.
|
ServiceSummary |
ServiceSummary.withAttributeMaps(Map<String,String>... attributeMaps)
This structure contains one or more string-to-string maps that help identify this service.
|
ServiceSummary |
ServiceSummary.withKeyAttributes(Map<String,String> keyAttributes)
This is a string-to-string map that help identify the objects discovered by Application Signals.
|
ServiceSummary |
ServiceSummary.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
ServiceSummary |
ServiceSummary.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceSummary> |
ListServicesResult.getServiceSummaries()
An array of structures, where each structure contains some information about a service.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResult |
ListServicesResult.withServiceSummaries(ServiceSummary... serviceSummaries)
An array of structures, where each structure contains some information about a service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesResult.setServiceSummaries(Collection<ServiceSummary> serviceSummaries)
An array of structures, where each structure contains some information about a service.
|
ListServicesResult |
ListServicesResult.withServiceSummaries(Collection<ServiceSummary> serviceSummaries)
An array of structures, where each structure contains some information about a service.
|
Copyright © 2024. All rights reserved.