| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
Service |
Service.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
Service |
Service.clone() |
Service |
GetServiceResult.getService()
A structure containing information about the service.
|
Service |
Service.withAttributeMaps(Collection<Map<String,String>> attributeMaps)
This structure contains one or more string-to-string maps that help identify this service.
|
Service |
Service.withAttributeMaps(Map<String,String>... attributeMaps)
This structure contains one or more string-to-string maps that help identify this service.
|
Service |
Service.withKeyAttributes(Map<String,String> keyAttributes)
This is a string-to-string map.
|
Service |
Service.withLogGroupReferences(Collection<Map<String,String>> logGroupReferences)
An array of string-to-string maps that each contain information about one log group associated with this service.
|
Service |
Service.withLogGroupReferences(Map<String,String>... logGroupReferences)
An array of string-to-string maps that each contain information about one log group associated with this service.
|
Service |
Service.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
Service |
Service.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServiceResult.setService(Service service)
A structure containing information about the service.
|
GetServiceResult |
GetServiceResult.withService(Service service)
A structure containing information about the service.
|
Copyright © 2024. All rights reserved.