| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
FargateProfile |
FargateProfile.addTagsEntry(String key,
String value)
Add a single Tags entry
|
FargateProfile |
FargateProfile.clearTagsEntries()
Removes all the entries added into Tags.
|
FargateProfile |
FargateProfile.clone() |
FargateProfile |
DescribeFargateProfileResult.getFargateProfile()
The full description of your Fargate profile.
|
FargateProfile |
CreateFargateProfileResult.getFargateProfile()
The full description of your new Fargate profile.
|
FargateProfile |
DeleteFargateProfileResult.getFargateProfile()
The deleted Fargate profile.
|
FargateProfile |
FargateProfile.withClusterName(String clusterName)
The name of your cluster.
|
FargateProfile |
FargateProfile.withCreatedAt(Date createdAt)
The Unix epoch timestamp at object creation.
|
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 any Pod that
matches the selectors in the Fargate profile. |
FargateProfile |
FargateProfile.withSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for a
Pod to use this Fargate profile. |
FargateProfile |
FargateProfile.withSelectors(FargateProfileSelector... selectors)
The selectors to match for a
Pod 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 a
Pod into. |
FargateProfile |
FargateProfile.withSubnets(String... subnets)
The IDs of subnets to launch a
Pod into. |
FargateProfile |
FargateProfile.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFargateProfileResult.setFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
void |
CreateFargateProfileResult.setFargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
|
void |
DeleteFargateProfileResult.setFargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
|
DescribeFargateProfileResult |
DescribeFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The full description of your Fargate profile.
|
CreateFargateProfileResult |
CreateFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The full description of your new Fargate profile.
|
DeleteFargateProfileResult |
DeleteFargateProfileResult.withFargateProfile(FargateProfile fargateProfile)
The deleted Fargate profile.
|
Copyright © 2023. All rights reserved.