| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
OutpostConfigResponse |
OutpostConfigResponse.clone() |
OutpostConfigResponse |
Cluster.getOutpostConfig()
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
OutpostConfigResponse |
OutpostConfigResponse.withControlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type used for the control plane.
|
OutpostConfigResponse |
OutpostConfigResponse.withControlPlanePlacement(ControlPlanePlacementResponse controlPlanePlacement)
An object representing the placement configuration for all the control plane instances of your local Amazon EKS
cluster on an Amazon Web Services Outpost.
|
OutpostConfigResponse |
OutpostConfigResponse.withOutpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
|
OutpostConfigResponse |
OutpostConfigResponse.withOutpostArns(String... outpostArns)
The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setOutpostConfig(OutpostConfigResponse outpostConfig)
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Cluster |
Cluster.withOutpostConfig(OutpostConfigResponse outpostConfig)
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Copyright © 2023. All rights reserved.