| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceOperation |
ServiceOperation.clone() |
ServiceOperation |
ServiceOperation.withMetricReferences(Collection<MetricReference> metricReferences)
An array of structures that each contain information about one metric associated with this service operation that
was discovered by Application Signals.
|
ServiceOperation |
ServiceOperation.withMetricReferences(MetricReference... metricReferences)
An array of structures that each contain information about one metric associated with this service operation that
was discovered by Application Signals.
|
ServiceOperation |
ServiceOperation.withName(String name)
The name of the operation, discovered by Application Signals.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceOperation> |
ListServiceOperationsResult.getServiceOperations()
An array of structures that each contain information about one operation of this service.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceOperationsResult |
ListServiceOperationsResult.withServiceOperations(ServiceOperation... serviceOperations)
An array of structures that each contain information about one operation of this service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceOperationsResult.setServiceOperations(Collection<ServiceOperation> serviceOperations)
An array of structures that each contain information about one operation of this service.
|
ListServiceOperationsResult |
ListServiceOperationsResult.withServiceOperations(Collection<ServiceOperation> serviceOperations)
An array of structures that each contain information about one operation of this service.
|
Copyright © 2024. All rights reserved.