| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
static SopServiceType |
SopServiceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SopServiceType |
SopRecommendation.serviceType()
The service type.
|
static SopServiceType |
SopServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SopServiceType[] |
SopServiceType.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<SopServiceType> |
SopServiceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SopRecommendation.Builder |
SopRecommendation.Builder.serviceType(SopServiceType serviceType)
The service type.
|
Copyright © 2021. All rights reserved.