| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
OutpostConfigRequest |
OutpostConfigRequest.clone() |
OutpostConfigRequest |
CreateClusterRequest.getOutpostConfig()
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
OutpostConfigRequest |
OutpostConfigRequest.withControlPlaneInstanceType(String controlPlaneInstanceType)
The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest |
OutpostConfigRequest.withOutpostArns(Collection<String> outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
OutpostConfigRequest |
OutpostConfigRequest.withOutpostArns(String... outpostArns)
The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setOutpostConfig(OutpostConfigRequest outpostConfig)
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
CreateClusterRequest |
CreateClusterRequest.withOutpostConfig(OutpostConfigRequest outpostConfig)
An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Copyright © 2022. All rights reserved.