| Package | Description |
|---|---|
| com.amazonaws.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFargateProfileResult> |
AmazonEKSAsync.createFargateProfileAsync(CreateFargateProfileRequest createFargateProfileRequest,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler)
Creates an Fargate profile for your Amazon EKS cluster.
|
Future<CreateFargateProfileResult> |
AbstractAmazonEKSAsync.createFargateProfileAsync(CreateFargateProfileRequest request,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler) |
Future<CreateFargateProfileResult> |
AmazonEKSAsyncClient.createFargateProfileAsync(CreateFargateProfileRequest request,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFargateProfileRequest |
CreateFargateProfileRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.clone() |
CreateFargateProfileRequest |
CreateFargateProfileRequest.withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withClusterName(String clusterName)
The name of the Amazon EKS cluster to apply the Fargate profile to.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withFargateProfileName(String fargateProfileName)
The name of the Fargate profile.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withPodExecutionRoleArn(String podExecutionRoleArn)
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate
profile.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSelectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSubnets(Collection<String> subnets)
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSubnets(String... subnets)
The IDs of subnets to launch your pods into.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withTags(Map<String,String> tags)
The metadata to apply to the Fargate profile to assist with categorization and organization.
|
Copyright © 2022. All rights reserved.