| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static ECSServiceRecommendationFindingReasonCode |
ECSServiceRecommendationFindingReasonCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ECSServiceRecommendationFindingReasonCode |
ECSServiceRecommendationFindingReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSServiceRecommendationFindingReasonCode[] |
ECSServiceRecommendationFindingReasonCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ECSServiceRecommendationFindingReasonCode> |
ECSServiceRecommendation.findingReasonCodes()
The reason for the finding classification of an Amazon ECS service.
|
static Set<ECSServiceRecommendationFindingReasonCode> |
ECSServiceRecommendationFindingReasonCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ECSServiceRecommendation.Builder |
ECSServiceRecommendation.Builder.findingReasonCodes(ECSServiceRecommendationFindingReasonCode... findingReasonCodes)
The reason for the finding classification of an Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
ECSServiceRecommendation.Builder |
ECSServiceRecommendation.Builder.findingReasonCodes(Collection<ECSServiceRecommendationFindingReasonCode> findingReasonCodes)
The reason for the finding classification of an Amazon ECS service.
|
Copyright © 2023. All rights reserved.