| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceType |
GetDimensionKeyDetailsRequest.serviceType()
The AWS service for which Performance Insights returns data.
|
ServiceType |
DescribeDimensionKeysRequest.serviceType()
The AWS service for which Performance Insights will return metrics.
|
ServiceType |
GetResourceMetricsRequest.serviceType()
The AWS service for which Performance Insights returns metrics.
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ServiceType> |
ServiceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDimensionKeyDetailsRequest.Builder |
GetDimensionKeyDetailsRequest.Builder.serviceType(ServiceType serviceType)
The AWS service for which Performance Insights returns data.
|
DescribeDimensionKeysRequest.Builder |
DescribeDimensionKeysRequest.Builder.serviceType(ServiceType serviceType)
The AWS service for which Performance Insights will return metrics.
|
GetResourceMetricsRequest.Builder |
GetResourceMetricsRequest.Builder.serviceType(ServiceType serviceType)
The AWS service for which Performance Insights returns metrics.
|
Copyright © 2021. All rights reserved.