| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
FargateProfileHealth |
FargateProfileHealth.clone() |
FargateProfileHealth |
FargateProfile.getHealth()
The health status of the Fargate profile.
|
FargateProfileHealth |
FargateProfileHealth.withIssues(Collection<FargateProfileIssue> issues)
Any issues that are associated with the Fargate profile.
|
FargateProfileHealth |
FargateProfileHealth.withIssues(FargateProfileIssue... issues)
Any issues that are associated with the Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FargateProfile.setHealth(FargateProfileHealth health)
The health status of the Fargate profile.
|
FargateProfile |
FargateProfile.withHealth(FargateProfileHealth health)
The health status of the Fargate profile.
|
Copyright © 2024. All rights reserved.