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