| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
FargateProfile |
FargateProfile.addTagsEntry(String key,
String value) |
FargateProfile |
FargateProfile.clearTagsEntries()
Removes all the entries added into Tags.
|
FargateProfile |
FargateProfile.clone() |
FargateProfile |
DescribeFargateProfileResult.getFargateProfile()
The full description of your Fargate profile.
|
FargateProfile |
DeleteFargateProfileResult.getFargateProfile()
The deleted Fargate profile.
|
FargateProfile |
CreateFargateProfileResult.getFargateProfile()
The full description of your new Fargate profile.
|
FargateProfile |
FargateProfile.withClusterName(String clusterName)
The name of the Amazon EKS cluster that the Fargate profile belongs to.
|
FargateProfile |
FargateProfile.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the Fargate profile was created.
|
FargateProfile |
FargateProfile.withFargateProfileArn(String fargateProfileArn)
The full Amazon Resource Name (ARN) of the Fargate profile.
|
FargateProfile |
FargateProfile.withFargateProfileName(String fargateProfileName)
The name of the Fargate profile.
|
FargateProfile |
FargateProfile.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.
|
FargateProfile |
FargateProfile.withSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile |
FargateProfile.withSelectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile |
FargateProfile.withStatus(FargateProfileStatus status)
The current status of the Fargate profile.
|
FargateProfile |
FargateProfile.withStatus(String status)
The current status of the Fargate profile.
|
FargateProfile |
FargateProfile.withSubnets(Collection<String> subnets)
The IDs of subnets to launch pods into.
|
FargateProfile |
FargateProfile.withSubnets(String... subnets)
The IDs of subnets to launch pods into.
|
FargateProfile |
FargateProfile.withTags(Map<String,String> tags)
The metadata applied to the Fargate profile to assist with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFargateProfileResult.setFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
void |
DeleteFargateProfileResult.setFargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
|
void |
CreateFargateProfileResult.setFargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
|
DescribeFargateProfileResult |
DescribeFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
DeleteFargateProfileResult |
DeleteFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
|
CreateFargateProfileResult |
CreateFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
|
Copyright © 2020. All rights reserved.