| 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 setup or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFargateProfileResult> |
AmazonEKSAsyncClient.createFargateProfileAsync(CreateFargateProfileRequest request,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler) |
Future<CreateFargateProfileResult> |
AbstractAmazonEKSAsync.createFargateProfileAsync(CreateFargateProfileRequest request,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler) |
Future<CreateFargateProfileResult> |
AmazonEKSAsync.createFargateProfileAsync(CreateFargateProfileRequest createFargateProfileRequest,
AsyncHandler<CreateFargateProfileRequest,CreateFargateProfileResult> asyncHandler)
Creates an Fargate profile for your Amazon EKS cluster.
|
| 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)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withClusterName(String clusterName)
The name of your cluster.
|
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 a Pod that matches
the selectors in the Fargate profile. |
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for a
Pod to use this Fargate profile. |
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSelectors(FargateProfileSelector... selectors)
The selectors to match for a
Pod to use this Fargate profile. |
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSubnets(Collection<String> subnets)
The IDs of subnets to launch a
Pod into. |
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSubnets(String... subnets)
The IDs of subnets to launch a
Pod into. |
CreateFargateProfileRequest |
CreateFargateProfileRequest.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
Copyright © 2024. All rights reserved.