Uses of Class
software.amazon.awssdk.services.eks.model.FargateProfile
-
Packages that use FargateProfile Package Description software.amazon.awssdk.services.eks.model -
-
Uses of FargateProfile in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return FargateProfile Modifier and Type Method Description FargateProfileCreateFargateProfileResponse. fargateProfile()The full description of your new Fargate profile.FargateProfileDeleteFargateProfileResponse. fargateProfile()The deleted Fargate profile.FargateProfileDescribeFargateProfileResponse. fargateProfile()The full description of your Fargate profile.Methods in software.amazon.awssdk.services.eks.model with parameters of type FargateProfile Modifier and Type Method Description CreateFargateProfileResponse.BuilderCreateFargateProfileResponse.Builder. fargateProfile(FargateProfile fargateProfile)The full description of your new Fargate profile.DeleteFargateProfileResponse.BuilderDeleteFargateProfileResponse.Builder. fargateProfile(FargateProfile fargateProfile)The deleted Fargate profile.DescribeFargateProfileResponse.BuilderDescribeFargateProfileResponse.Builder. fargateProfile(FargateProfile fargateProfile)The full description of your Fargate profile.
-