| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
static Tier |
Tier.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Tier |
ApplicationComponent.tier()
The stack tier of the application component.
|
Tier |
DescribeComponentConfigurationResponse.tier()
The tier of the application component.
|
Tier |
UpdateComponentConfigurationRequest.tier()
The tier of the application component.
|
Tier |
DescribeComponentConfigurationRecommendationRequest.tier()
The tier of the application component.
|
static Tier |
Tier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tier[] |
Tier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Tier,Map<String,String>> |
ApplicationComponent.detectedWorkload()
Workloads detected in the application component.
|
static Set<Tier> |
Tier.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponent.Builder |
ApplicationComponent.Builder.tier(Tier tier)
The stack tier of the application component.
|
DescribeComponentConfigurationResponse.Builder |
DescribeComponentConfigurationResponse.Builder.tier(Tier tier)
The tier of the application component.
|
UpdateComponentConfigurationRequest.Builder |
UpdateComponentConfigurationRequest.Builder.tier(Tier tier)
The tier of the application component.
|
DescribeComponentConfigurationRecommendationRequest.Builder |
DescribeComponentConfigurationRecommendationRequest.Builder.tier(Tier tier)
The tier of the application component.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponent.Builder |
ApplicationComponent.Builder.detectedWorkload(Map<Tier,Map<String,String>> detectedWorkload)
Workloads detected in the application component.
|
Copyright © 2020. All rights reserved.