| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
FargateProfileIssue |
FargateProfileIssue.clone() |
FargateProfileIssue |
FargateProfileIssue.withCode(FargateProfileIssueCode code)
A brief description of the error.
|
FargateProfileIssue |
FargateProfileIssue.withCode(String code)
A brief description of the error.
|
FargateProfileIssue |
FargateProfileIssue.withMessage(String message)
The error message associated with the issue.
|
FargateProfileIssue |
FargateProfileIssue.withResourceIds(Collection<String> resourceIds)
The Amazon Web Services resources that are affected by this issue.
|
FargateProfileIssue |
FargateProfileIssue.withResourceIds(String... resourceIds)
The Amazon Web Services resources that are affected by this issue.
|
| Modifier and Type | Method and Description |
|---|---|
List<FargateProfileIssue> |
FargateProfileHealth.getIssues()
Any issues that are associated with the Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
FargateProfileHealth |
FargateProfileHealth.withIssues(FargateProfileIssue... issues)
Any issues that are associated with the Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FargateProfileHealth.setIssues(Collection<FargateProfileIssue> issues)
Any issues that are associated with the Fargate profile.
|
FargateProfileHealth |
FargateProfileHealth.withIssues(Collection<FargateProfileIssue> issues)
Any issues that are associated with the Fargate profile.
|
Copyright © 2024. All rights reserved.