Uses of Class
software.amazon.awssdk.services.eks.model.FargateProfileSelector
-
Packages that use FargateProfileSelector Package Description software.amazon.awssdk.services.eks.model -
-
Uses of FargateProfileSelector in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type FargateProfileSelector Modifier and Type Method Description List<FargateProfileSelector>CreateFargateProfileRequest. selectors()The selectors to match for aPodto use this Fargate profile.List<FargateProfileSelector>FargateProfile. selectors()The selectors to match for aPodto use this Fargate profile.Methods in software.amazon.awssdk.services.eks.model with parameters of type FargateProfileSelector Modifier and Type Method Description CreateFargateProfileRequest.BuilderCreateFargateProfileRequest.Builder. selectors(FargateProfileSelector... selectors)The selectors to match for aPodto use this Fargate profile.FargateProfile.BuilderFargateProfile.Builder. selectors(FargateProfileSelector... selectors)The selectors to match for aPodto use this Fargate profile.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type FargateProfileSelector Modifier and Type Method Description CreateFargateProfileRequest.BuilderCreateFargateProfileRequest.Builder. selectors(Collection<FargateProfileSelector> selectors)The selectors to match for aPodto use this Fargate profile.FargateProfile.BuilderFargateProfile.Builder. selectors(Collection<FargateProfileSelector> selectors)The selectors to match for aPodto use this Fargate profile.
-